https://portal.cypherleak.com/api/163 Return to referer URL

GraphController :: endpointAction

Request

GET Parameters

No GET parameters

POST Parameters

No POST parameters

Uploaded Files

No files were uploaded

Request Attributes

Key Value
_controller
"Overblog\GraphQLBundle\Controller\GraphController::endpointAction"
_firewall_context
"security.firewall.map.context.login"
_format
"json"
_nelmio_cors_should_allow_origin
true
_route
"overblog_graphql_api"
_route_params
[
  "_format" => "json"
  "id" => "163"
]
_stopwatch_token
"c72dd2"
id
"163"

Request Headers

Header Value
accept
"application/json, text/plain, */*"
accept-encoding
"gzip, br"
accept-language
"en-US,en;q=0.5"
alt-used
"portal.cypherleak.com"
authorization
"Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJpYXQiOjE3NDU2OTcxMTAsImV4cCI6MTc0NTcwMDcxMCwicm9sZXMiOlsiUk9MRV9DVVNUT01FUiIsIlJPTEVfT1dORVIiLCJST0xFX1VTRVIiXSwidXNlcm5hbWUiOiJha3VAY3lwaGVybGVhay5jb20ifQ.d7wWW2o9MaOyM6n4W8OPlpXnck_v-xWy44fCt_NB5RDuuCwqLuLVAu6g0z13FWHXPQ3po2tJ2pWx68IRWFKjn9YFVr7tdEEZdYtf71vFrAQ3FnFV5cKdybtXH4nAbBTdztZCJjNcWGF26HxC-_qegWrl3rwjNSiqJiXftG1PYV8pHYJ09boDMjyZ81DwM3d0bzszPc15f4Ey7inBoBwpZaLhdElDWL_sjF-zf66JRUl5Mc1uP6Xv1Ukx83NGmPwSSzUZjqwh1RD97fiB9R0symdfIQcjG9rVuLVvJeRBwboKlaoR-ku63ZTyjPm7GOPWvPIzhp2wh9CJJrl1nDlAaQ"
cdn-loop
"cloudflare; loops=1"
cf-connecting-ip
"116.90.104.239"
cf-ipcountry
"PK"
cf-ray
"93689dfe1a1a5f46-SIN"
cf-visitor
"{"scheme":"https"}"
connection
"Keep-Alive"
content-length
"746"
content-type
"application/json"
cookie
"refresh_token=343454e7724906db58a05236d222511340e3e53f819df2a112505271805ad315a48f1030688a9e455b635c1655fd348fac09c083aad406c23a65c5ebd2b97c92"
host
"portal.cypherleak.com"
origin
"https://app.cypherleak.com"
referer
"https://app.cypherleak.com/"
sec-fetch-dest
"empty"
sec-fetch-mode
"cors"
sec-fetch-site
"same-site"
user-agent
"Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:136.0) Gecko/20100101 Firefox/136.0"
x-forwarded-for
"116.90.104.239"
x-forwarded-proto
"https"
x-php-ob-level
"1"

Request Content

Pretty

{
    "query": "query {\n    getDarkOwl(after:\"0\", first:10 domain_id: 163 search:{search:\"\"}) {\n       totalCount\n        edges {\n            node {\n                id\n                title\n                #body\n                source\n                crawl_date\n                hackishness\n                url\n                file_size\n                document_id\n                leak_info {\n                    name\n                    host\n                    file_path\n                    file_name\n                    leak_actors { name }\n                    leak_associations { name }\n                    download_locations { url }\n                }\n                emails { email }\n            }\n        }\n    }\n}"
}

Raw

{"query":"query {\n    getDarkOwl(after:\"0\", first:10 domain_id: 163 search:{search:\"\"}) {\n       totalCount\n        edges {\n            node {\n                id\n                title\n                #body\n                source\n                crawl_date\n                hackishness\n                url\n                file_size\n                document_id\n                leak_info {\n                    name\n                    host\n                    file_path\n                    file_name\n                    leak_actors { name }\n                    leak_associations { name }\n                    download_locations { url }\n                }\n                emails { email }\n            }\n        }\n    }\n}"}

Response

Response Headers

Header Value
access-control-allow-credentials
"true"
access-control-allow-origin
"https://app.cypherleak.com"
access-control-expose-headers
"link"
cache-control
"no-cache, private"
content-type
"application/json"
date
"Sat, 26 Apr 2025 19:51:55 GMT"
x-debug-token
"e45ab9"

Cookies

Request Cookies

Key Value
refresh_token
"343454e7724906db58a05236d222511340e3e53f819df2a112505271805ad315a48f1030688a9e455b635c1655fd348fac09c083aad406c23a65c5ebd2b97c92"

Response Cookies

No response cookies

Session 6

Session Metadata

Key Value
Created
"Sat, 26 Apr 25 19:51:50 +0000"
Last used
"Sat, 26 Apr 25 19:51:50 +0000"
Lifetime
0

Session Attributes

No session attributes

Session Usage

6 Usages
Stateless check enabled
Usage
App\Service\Misc:34
[
  [
    "file" => "/var/www/cypherleak-prod/src/Service/Misc.php"
    "line" => 34
    "function" => "get"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/var/www/cypherleak-prod/src/Security/UserChecker.php"
    "line" => 53
    "function" => "getUserOrganisation"
    "class" => "App\Service\Misc"
    "type" => "->"
  ]
  [
    "file" => "/var/www/cypherleak-prod/vendor/symfony/security-http/EventListener/UserCheckerListener.php"
    "line" => 53
    "function" => "checkPostAuth"
    "class" => "App\Security\UserChecker"
    "type" => "->"
  ]
  [
    "file" => "/var/www/cypherleak-prod/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 270
    "function" => "postCheckCredentials"
    "class" => "Symfony\Component\Security\Http\EventListener\UserCheckerListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/cypherleak-prod/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 230
    "function" => "Symfony\Component\EventDispatcher\{closure}"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "::"
  ]
  [
    "file" => "/var/www/cypherleak-prod/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 59
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/cypherleak-prod/vendor/symfony/security-http/Authentication/AuthenticatorManager.php"
    "line" => 212
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/cypherleak-prod/vendor/symfony/security-http/Authentication/AuthenticatorManager.php"
    "line" => 161
    "function" => "executeAuthenticator"
    "class" => "Symfony\Component\Security\Http\Authentication\AuthenticatorManager"
    "type" => "->"
  ]
  [
    "file" => "/var/www/cypherleak-prod/vendor/symfony/security-http/Authentication/AuthenticatorManager.php"
    "line" => 141
    "function" => "executeAuthenticators"
    "class" => "Symfony\Component\Security\Http\Authentication\AuthenticatorManager"
    "type" => "->"
  ]
  [
    "file" => "/var/www/cypherleak-prod/vendor/symfony/security-http/Firewall/AuthenticatorManagerListener.php"
    "line" => 40
    "function" => "authenticateRequest"
    "class" => "Symfony\Component\Security\Http\Authentication\AuthenticatorManager"
    "type" => "->"
  ]
  [
    "file" => "/var/www/cypherleak-prod/vendor/symfony/security-http/Authenticator/Debug/TraceableAuthenticatorManagerListener.php"
    "line" => 66
    "function" => "authenticate"
    "class" => "Symfony\Component\Security\Http\Firewall\AuthenticatorManagerListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/cypherleak-prod/vendor/symfony/security-bundle/Debug/WrappedLazyListener.php"
    "line" => 49
    "function" => "authenticate"
    "class" => "Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticatorManagerListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/cypherleak-prod/vendor/symfony/security-http/Firewall/AbstractListener.php"
    "line" => 26
    "function" => "authenticate"
    "class" => "Symfony\Bundle\SecurityBundle\Debug\WrappedLazyListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/cypherleak-prod/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php"
    "line" => 80
    "function" => "__invoke"
    "class" => "Symfony\Component\Security\Http\Firewall\AbstractListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/cypherleak-prod/vendor/symfony/security-http/Firewall.php"
    "line" => 92
    "function" => "callListeners"
    "class" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/cypherleak-prod/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 118
    "function" => "onKernelRequest"
    "class" => "Symfony\Component\Security\Http\Firewall"
    "type" => "->"
  ]
  [
    "file" => "/var/www/cypherleak-prod/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 230
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/cypherleak-prod/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 59
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/cypherleak-prod/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 154
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/cypherleak-prod/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 139
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/cypherleak-prod/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 75
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/cypherleak-prod/vendor/symfony/http-kernel/Kernel.php"
    "line" => 202
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/cypherleak-prod/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/cypherleak-prod/vendor/autoload_runtime.php"
    "line" => 35
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/var/www/cypherleak-prod/public/index.php"
    "line" => 5
    "args" => [
      "/var/www/cypherleak-prod/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]
Symfony\Component\HttpKernel\DataCollector\RequestDataCollector:72
[
  [
    "file" => "/var/www/cypherleak-prod/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php"
    "line" => 72
    "function" => "getMetadataBag"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/var/www/cypherleak-prod/vendor/symfony/http-kernel/Profiler/Profiler.php"
    "line" => 161
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector"
    "type" => "->"
  ]
  [
    "file" => "/var/www/cypherleak-prod/vendor/symfony/http-kernel/EventListener/ProfilerListener.php"
    "line" => 108
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\Profiler\Profiler"
    "type" => "->"
  ]
  [
    "file" => "/var/www/cypherleak-prod/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 118
    "function" => "onKernelResponse"
    "class" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/cypherleak-prod/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 230
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/cypherleak-prod/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 59
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/cypherleak-prod/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 154
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/cypherleak-prod/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 196
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/cypherleak-prod/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 184
    "function" => "filterResponse"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/cypherleak-prod/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 75
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/cypherleak-prod/vendor/symfony/http-kernel/Kernel.php"
    "line" => 202
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/cypherleak-prod/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/cypherleak-prod/vendor/autoload_runtime.php"
    "line" => 35
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/var/www/cypherleak-prod/public/index.php"
    "line" => 5
    "args" => [
      "/var/www/cypherleak-prod/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]
Symfony\Component\HttpKernel\DataCollector\RequestDataCollector:73
[
  [
    "file" => "/var/www/cypherleak-prod/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php"
    "line" => 73
    "function" => "getMetadataBag"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/var/www/cypherleak-prod/vendor/symfony/http-kernel/Profiler/Profiler.php"
    "line" => 161
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector"
    "type" => "->"
  ]
  [
    "file" => "/var/www/cypherleak-prod/vendor/symfony/http-kernel/EventListener/ProfilerListener.php"
    "line" => 108
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\Profiler\Profiler"
    "type" => "->"
  ]
  [
    "file" => "/var/www/cypherleak-prod/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 118
    "function" => "onKernelResponse"
    "class" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/cypherleak-prod/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 230
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/cypherleak-prod/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 59
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/cypherleak-prod/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 154
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/cypherleak-prod/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 196
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/cypherleak-prod/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 184
    "function" => "filterResponse"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/cypherleak-prod/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 75
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/cypherleak-prod/vendor/symfony/http-kernel/Kernel.php"
    "line" => 202
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/cypherleak-prod/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/cypherleak-prod/vendor/autoload_runtime.php"
    "line" => 35
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/var/www/cypherleak-prod/public/index.php"
    "line" => 5
    "args" => [
      "/var/www/cypherleak-prod/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]
Symfony\Component\HttpKernel\DataCollector\RequestDataCollector:74
[
  [
    "file" => "/var/www/cypherleak-prod/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php"
    "line" => 74
    "function" => "getMetadataBag"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/var/www/cypherleak-prod/vendor/symfony/http-kernel/Profiler/Profiler.php"
    "line" => 161
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector"
    "type" => "->"
  ]
  [
    "file" => "/var/www/cypherleak-prod/vendor/symfony/http-kernel/EventListener/ProfilerListener.php"
    "line" => 108
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\Profiler\Profiler"
    "type" => "->"
  ]
  [
    "file" => "/var/www/cypherleak-prod/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 118
    "function" => "onKernelResponse"
    "class" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/cypherleak-prod/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 230
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/cypherleak-prod/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 59
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/cypherleak-prod/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 154
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/cypherleak-prod/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 196
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/cypherleak-prod/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 184
    "function" => "filterResponse"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/cypherleak-prod/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 75
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/cypherleak-prod/vendor/symfony/http-kernel/Kernel.php"
    "line" => 202
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/cypherleak-prod/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/cypherleak-prod/vendor/autoload_runtime.php"
    "line" => 35
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/var/www/cypherleak-prod/public/index.php"
    "line" => 5
    "args" => [
      "/var/www/cypherleak-prod/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]
Symfony\Component\HttpKernel\DataCollector\RequestDataCollector:75
[
  [
    "file" => "/var/www/cypherleak-prod/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php"
    "line" => 75
    "function" => "all"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/var/www/cypherleak-prod/vendor/symfony/http-kernel/Profiler/Profiler.php"
    "line" => 161
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector"
    "type" => "->"
  ]
  [
    "file" => "/var/www/cypherleak-prod/vendor/symfony/http-kernel/EventListener/ProfilerListener.php"
    "line" => 108
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\Profiler\Profiler"
    "type" => "->"
  ]
  [
    "file" => "/var/www/cypherleak-prod/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 118
    "function" => "onKernelResponse"
    "class" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/cypherleak-prod/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 230
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/cypherleak-prod/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 59
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/cypherleak-prod/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 154
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/cypherleak-prod/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 196
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/cypherleak-prod/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 184
    "function" => "filterResponse"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/cypherleak-prod/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 75
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/cypherleak-prod/vendor/symfony/http-kernel/Kernel.php"
    "line" => 202
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/cypherleak-prod/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/cypherleak-prod/vendor/autoload_runtime.php"
    "line" => 35
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/var/www/cypherleak-prod/public/index.php"
    "line" => 5
    "args" => [
      "/var/www/cypherleak-prod/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]
Symfony\Component\HttpKernel\DataCollector\RequestDataCollector:76
[
  [
    "file" => "/var/www/cypherleak-prod/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php"
    "line" => 76
    "function" => "getFlashBag"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/var/www/cypherleak-prod/vendor/symfony/http-kernel/Profiler/Profiler.php"
    "line" => 161
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector"
    "type" => "->"
  ]
  [
    "file" => "/var/www/cypherleak-prod/vendor/symfony/http-kernel/EventListener/ProfilerListener.php"
    "line" => 108
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\Profiler\Profiler"
    "type" => "->"
  ]
  [
    "file" => "/var/www/cypherleak-prod/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 118
    "function" => "onKernelResponse"
    "class" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/cypherleak-prod/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 230
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/cypherleak-prod/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 59
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/cypherleak-prod/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 154
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/cypherleak-prod/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 196
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/cypherleak-prod/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 184
    "function" => "filterResponse"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/cypherleak-prod/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 75
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/cypherleak-prod/vendor/symfony/http-kernel/Kernel.php"
    "line" => 202
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/cypherleak-prod/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/cypherleak-prod/vendor/autoload_runtime.php"
    "line" => 35
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/var/www/cypherleak-prod/public/index.php"
    "line" => 5
    "args" => [
      "/var/www/cypherleak-prod/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]

Flashes

Flashes

No flash messages were created.

Server Parameters

Server Parameters

Defined in .env

Key Value
APP_ENV
"dev"
APP_SECRET
"973b324cb8e859a01396125bdaa9f276"
CYPHERLEAK_CORS_ALLOW_ORIGIN
"^(https?:\/\/)?(?:[a-zA-Z0-9_-]+\.)?cypherleak\.com(?:\/.*)?$"
DATABASE_URL
"mysql://root:[email protected]:3306/cypherleak_prod?serverVersion=mariadb-10.3.32"
JWT_PASSPHRASE
"995ea5e01c8e9af96960f7dadd110b0fa066a3a4c75693137ecd4ad1580bd821"
JWT_PUBLIC_KEY
"%kernel.project_dir%/config/jwt/public.pem"
JWT_SECRET_KEY
"%kernel.project_dir%/config/jwt/private.pem"
LOCALHOST_CORS_ALLOW_ORIGIN
"^https?://(localhost|127\.0\.0\.1)(:[0-9]+)?$"
MESSENGER_TRANSPORT_DSN
"doctrine://default?auto_setup=0"

Defined as regular env variables

Key Value
APP_DEBUG
"1"
CONTENT_LENGTH
"746"
CONTENT_TYPE
"application/json"
CONTEXT_DOCUMENT_ROOT
"/var/www/cypherleak-prod/public"
CONTEXT_PREFIX
""
DOCUMENT_ROOT
"/var/www/cypherleak-prod/public"
GATEWAY_INTERFACE
"CGI/1.1"
HTTPS
"on"
HTTP_ACCEPT
"application/json, text/plain, */*"
HTTP_ACCEPT_ENCODING
"gzip, br"
HTTP_ACCEPT_LANGUAGE
"en-US,en;q=0.5"
HTTP_ALT_USED
"portal.cypherleak.com"
HTTP_AUTHORIZATION
"Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJpYXQiOjE3NDU2OTcxMTAsImV4cCI6MTc0NTcwMDcxMCwicm9sZXMiOlsiUk9MRV9DVVNUT01FUiIsIlJPTEVfT1dORVIiLCJST0xFX1VTRVIiXSwidXNlcm5hbWUiOiJha3VAY3lwaGVybGVhay5jb20ifQ.d7wWW2o9MaOyM6n4W8OPlpXnck_v-xWy44fCt_NB5RDuuCwqLuLVAu6g0z13FWHXPQ3po2tJ2pWx68IRWFKjn9YFVr7tdEEZdYtf71vFrAQ3FnFV5cKdybtXH4nAbBTdztZCJjNcWGF26HxC-_qegWrl3rwjNSiqJiXftG1PYV8pHYJ09boDMjyZ81DwM3d0bzszPc15f4Ey7inBoBwpZaLhdElDWL_sjF-zf66JRUl5Mc1uP6Xv1Ukx83NGmPwSSzUZjqwh1RD97fiB9R0symdfIQcjG9rVuLVvJeRBwboKlaoR-ku63ZTyjPm7GOPWvPIzhp2wh9CJJrl1nDlAaQ"
HTTP_CDN_LOOP
"cloudflare; loops=1"
HTTP_CF_CONNECTING_IP
"116.90.104.239"
HTTP_CF_IPCOUNTRY
"PK"
HTTP_CF_RAY
"93689dfe1a1a5f46-SIN"
HTTP_CF_VISITOR
"{"scheme":"https"}"
HTTP_CONNECTION
"Keep-Alive"
HTTP_COOKIE
"refresh_token=343454e7724906db58a05236d222511340e3e53f819df2a112505271805ad315a48f1030688a9e455b635c1655fd348fac09c083aad406c23a65c5ebd2b97c92"
HTTP_HOST
"portal.cypherleak.com"
HTTP_ORIGIN
"https://app.cypherleak.com"
HTTP_REFERER
"https://app.cypherleak.com/"
HTTP_SEC_FETCH_DEST
"empty"
HTTP_SEC_FETCH_MODE
"cors"
HTTP_SEC_FETCH_SITE
"same-site"
HTTP_USER_AGENT
"Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:136.0) Gecko/20100101 Firefox/136.0"
HTTP_X_FORWARDED_FOR
"116.90.104.239"
HTTP_X_FORWARDED_PROTO
"https"
PATH
"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
PHP_SELF
"/index.php"
QUERY_STRING
""
REDIRECT_HTTPS
"on"
REDIRECT_HTTP_AUTHORIZATION
"Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJpYXQiOjE3NDU2OTcxMTAsImV4cCI6MTc0NTcwMDcxMCwicm9sZXMiOlsiUk9MRV9DVVNUT01FUiIsIlJPTEVfT1dORVIiLCJST0xFX1VTRVIiXSwidXNlcm5hbWUiOiJha3VAY3lwaGVybGVhay5jb20ifQ.d7wWW2o9MaOyM6n4W8OPlpXnck_v-xWy44fCt_NB5RDuuCwqLuLVAu6g0z13FWHXPQ3po2tJ2pWx68IRWFKjn9YFVr7tdEEZdYtf71vFrAQ3FnFV5cKdybtXH4nAbBTdztZCJjNcWGF26HxC-_qegWrl3rwjNSiqJiXftG1PYV8pHYJ09boDMjyZ81DwM3d0bzszPc15f4Ey7inBoBwpZaLhdElDWL_sjF-zf66JRUl5Mc1uP6Xv1Ukx83NGmPwSSzUZjqwh1RD97fiB9R0symdfIQcjG9rVuLVvJeRBwboKlaoR-ku63ZTyjPm7GOPWvPIzhp2wh9CJJrl1nDlAaQ"
REDIRECT_SSL_TLS_SNI
"portal.cypherleak.com"
REDIRECT_STATUS
"200"
REDIRECT_URL
"/api/163"
REMOTE_ADDR
"162.158.162.162"
REMOTE_PORT
"65302"
REQUEST_METHOD
"POST"
REQUEST_SCHEME
"https"
REQUEST_TIME
1745697110
REQUEST_TIME_FLOAT
1745697110.8206
REQUEST_URI
"/api/163"
SCRIPT_FILENAME
"/var/www/cypherleak-prod/public/index.php"
SCRIPT_NAME
"/index.php"
SERVER_ADDR
"10.138.0.2"
SERVER_ADMIN
"[email protected]"
SERVER_NAME
"portal.cypherleak.com"
SERVER_PORT
"443"
SERVER_PROTOCOL
"HTTP/1.1"
SERVER_SIGNATURE
"<address>Apache/2.4.62 (Debian) Server at portal.cypherleak.com Port 443</address>\n"
SERVER_SOFTWARE
"Apache/2.4.62 (Debian)"
SSL_TLS_SNI
"portal.cypherleak.com"
SYMFONY_DOTENV_VARS
"APP_ENV,APP_SECRET,MESSENGER_TRANSPORT_DSN,DATABASE_URL,JWT_SECRET_KEY,JWT_PUBLIC_KEY,JWT_PASSPHRASE,LOCALHOST_CORS_ALLOW_ORIGIN,CYPHERLEAK_CORS_ALLOW_ORIGIN"