verificar.maralma.co
Open in
urlscan Pro
195.179.237.100
Public Scan
Submitted URL: http://verificar.maralma.co/
Effective URL: https://verificar.maralma.co/public/
Submission Tags: @ecarlesi possiblethreat Search All
Submission: On August 31 via api from IT — Scanned from IT
Effective URL: https://verificar.maralma.co/public/
Submission Tags: @ecarlesi possiblethreat Search All
Submission: On August 31 via api from IT — Scanned from IT
Form analysis
0 forms found in the DOMText Content
11. Symfony\Component\HttpKernel\Exception\NotFoundHttpException …/vendor/laravel/framework/src/Illuminate/Routing/RouteCollection.php148 10. Illuminate\Routing\RouteCollection match …/vendor/laravel/framework/src/Illuminate/Routing/Router.php1054 9. Illuminate\Routing\Router findRoute …/vendor/laravel/framework/src/Illuminate/Routing/Router.php1022 8. Illuminate\Routing\Router dispatchToRoute …/vendor/laravel/framework/src/Illuminate/Routing/Router.php1001 7. Illuminate\Routing\Router dispatch …/vendor/laravel/framework/src/Illuminate/Foundation/Application.php781 6. Illuminate\Foundation\Application dispatch …/vendor/laravel/framework/src/Illuminate/Foundation/Application.php745 5. Illuminate\Foundation\Application handle …/vendor/laravel/framework/src/Illuminate/Session/Middleware.php72 4. Illuminate\Session\Middleware handle …/vendor/laravel/framework/src/Illuminate/Cookie/Queue.php47 3. Illuminate\Cookie\Queue handle …/vendor/laravel/framework/src/Illuminate/Cookie/Guard.php51 2. Illuminate\Cookie\Guard handle …/vendor/stack/builder/src/Stack/StackedHttpKernel.php23 1. Stack\StackedHttpKernel handle …/vendor/laravel/framework/src/Illuminate/Foundation/Application.php641 0. Illuminate\Foundation\Application run …/public/index.php49 SYMFONY \ COMPONENT \ HTTPKERNEL \ EXCEPTION \ NOTFOUNDHTTPEXCEPTION HELP Callstack information; navigate with mouse or keyboard using Ctrl+↑ or Ctrl+↓ Copy-to-clipboard button Exception message and its type Code snippet where the error was thrown Server state information Application provided context information Symfony\Component\HttpKernel\Exception\NotFoundHttpException thrown with message "" Stacktrace: #11 Symfony\Component\HttpKernel\Exception\NotFoundHttpException in /home/u825314371/domains/maralma.co/public_html/verificar/vendor/laravel/framework/src/Illuminate/Routing/RouteCollection.php:148 #10 Illuminate\Routing\RouteCollection:match in /home/u825314371/domains/maralma.co/public_html/verificar/vendor/laravel/framework/src/Illuminate/Routing/Router.php:1054 #9 Illuminate\Routing\Router:findRoute in /home/u825314371/domains/maralma.co/public_html/verificar/vendor/laravel/framework/src/Illuminate/Routing/Router.php:1022 #8 Illuminate\Routing\Router:dispatchToRoute in /home/u825314371/domains/maralma.co/public_html/verificar/vendor/laravel/framework/src/Illuminate/Routing/Router.php:1001 #7 Illuminate\Routing\Router:dispatch in /home/u825314371/domains/maralma.co/public_html/verificar/vendor/laravel/framework/src/Illuminate/Foundation/Application.php:781 #6 Illuminate\Foundation\Application:dispatch in /home/u825314371/domains/maralma.co/public_html/verificar/vendor/laravel/framework/src/Illuminate/Foundation/Application.php:745 #5 Illuminate\Foundation\Application:handle in /home/u825314371/domains/maralma.co/public_html/verificar/vendor/laravel/framework/src/Illuminate/Session/Middleware.php:72 #4 Illuminate\Session\Middleware:handle in /home/u825314371/domains/maralma.co/public_html/verificar/vendor/laravel/framework/src/Illuminate/Cookie/Queue.php:47 #3 Illuminate\Cookie\Queue:handle in /home/u825314371/domains/maralma.co/public_html/verificar/vendor/laravel/framework/src/Illuminate/Cookie/Guard.php:51 #2 Illuminate\Cookie\Guard:handle in /home/u825314371/domains/maralma.co/public_html/verificar/vendor/stack/builder/src/Stack/StackedHttpKernel.php:23 #1 Stack\StackedHttpKernel:handle in /home/u825314371/domains/maralma.co/public_html/verificar/vendor/laravel/framework/src/Illuminate/Foundation/Application.php:641 #0 Illuminate\Foundation\Application:run in /home/u825314371/domains/maralma.co/public_html/verificar/public/index.php:49 Open: /home/u825314371/domains/maralma.co/public_html/verificar/vendor/laravel/framework/src/Illuminate/Routing/RouteCollection.php 1. $others = $this->checkForAlternateVerbs($request); 2. 3. if (count($others) > 0) 4. { 5. return $this->getOtherMethodsRoute($request, $others); 6. } 7. 8. throw new NotFoundHttpException; 9. } 10. Open: /home/u825314371/domains/maralma.co/public_html/verificar/vendor/laravel/framework/src/Illuminate/Routing/Router.php 1. * Find the route matching a given request. 2. * 3. * @param \Illuminate\Http\Request $request 4. * @return \Illuminate\Routing\Route 5. */ 6. protected function findRoute($request) 7. { 8. $this->current = $route = $this->routes->match($request); 9. 10. return $this->substituteBindings($route); Open: /home/u825314371/domains/maralma.co/public_html/verificar/vendor/laravel/framework/src/Illuminate/Routing/Router.php 1. * Dispatch the request to a route and return the response. 2. * 3. * @param \Illuminate\Http\Request $request 4. * @return mixed 5. */ 6. public function dispatchToRoute(Request $request) 7. { 8. $route = $this->findRoute($request); 9. 10. $this->events->fire('router.matched', array($route, $request)); Open: /home/u825314371/domains/maralma.co/public_html/verificar/vendor/laravel/framework/src/Illuminate/Routing/Router.php 1. // If no response was returned from the before filter, we will call the proper 2. // route instance to get the response. If no route is found a response will 3. // still get returned based on why no routes were found for this request. 4. $response = $this->callFilter('before', $request); 5. 6. if (is_null($response)) 7. { 8. $response = $this->dispatchToRoute($request); 9. } 10. Open: /home/u825314371/domains/maralma.co/public_html/verificar/vendor/laravel/framework/src/Illuminate/Foundation/Application.php 1. } 2. 3. if ($this->runningUnitTests() && ! $this['session']->isStarted()) 4. { 5. $this['session']->start(); 6. } 7. 8. return $this['router']->dispatch($this->prepareRequest($request)); 9. } 10. Open: /home/u825314371/domains/maralma.co/public_html/verificar/vendor/laravel/framework/src/Illuminate/Foundation/Application.php 1. { 2. try 3. { 4. $this->refreshRequest($request = Request::createFromBase($request)); 5. 6. $this->boot(); 7. 8. return $this->dispatch($request); 9. } 10. catch (\Exception $e) Open: /home/u825314371/domains/maralma.co/public_html/verificar/vendor/laravel/framework/src/Illuminate/Session/Middleware.php 1. if ($this->sessionConfigured()) 2. { 3. $session = $this->startSession($request); 4. 5. $request->setSession($session); 6. } 7. 8. $response = $this->app->handle($request, $type, $catch); 9. 10. // Again, if the session has been configured we will need to close out the session Open: /home/u825314371/domains/maralma.co/public_html/verificar/vendor/laravel/framework/src/Illuminate/Cookie/Queue.php 1. * @param \Symfony\Component\HttpFoundation\Request $request 2. * @param int $type 3. * @param bool $catch 4. * @return \Symfony\Component\HttpFoundation\Response 5. */ 6. public function handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) 7. { 8. $response = $this->app->handle($request, $type, $catch); 9. 10. foreach ($this->cookies->getQueuedCookies() as $cookie) Open: /home/u825314371/domains/maralma.co/public_html/verificar/vendor/laravel/framework/src/Illuminate/Cookie/Guard.php 1. * @param \Symfony\Component\HttpFoundation\Request $request 2. * @param int $type 3. * @param bool $catch 4. * @return \Symfony\Component\HttpFoundation\Response 5. */ 6. public function handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) 7. { 8. return $this->encrypt($this->app->handle($this->decrypt($request), $type, $catch)); 9. } 10. Open: /home/u825314371/domains/maralma.co/public_html/verificar/vendor/stack/builder/src/Stack/StackedHttpKernel.php 1. { 2. $this->app = $app; 3. $this->middlewares = $middlewares; 4. } 5. 6. public function handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) 7. { 8. return $this->app->handle($request, $type, $catch); 9. } 10. Open: /home/u825314371/domains/maralma.co/public_html/verificar/vendor/laravel/framework/src/Illuminate/Foundation/Application.php 1. * @param \Symfony\Component\HttpFoundation\Request $request 2. * @return void 3. */ 4. public function run(SymfonyRequest $request = null) 5. { 6. $request = $request ?: $this['request']; 7. 8. $response = with($stack = $this->getStackedClient())->handle($request); 9. 10. $response->send(); Open: /home/u825314371/domains/maralma.co/public_html/verificar/public/index.php 1. | Once we have the application, we can simply call the run method, 2. | which will execute the request and send the response back to 3. | the client's browser allowing them to enjoy the creative 4. | and wonderful application we have whipped up for them. 5. | 6. */ 7. 8. $app->run(); 9. GET Data empty POST Data empty Files empty Cookies empty Session empty Server/Request Data Key Value LSPHP_ProcessGroup on PATH /usr/local/bin:/bin:/usr/bin HTTP_ACCEPT text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.7 HTTP_ACCEPT_ENCODING gzip, deflate, br, zstd HTTP_ACCEPT_LANGUAGE it-IT,it;q=0.9 HTTP_HOST verificar.maralma.co HTTP_USER_AGENT Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36 HTTP_UPGRADE_INSECURE_REQUESTS 1 HTTP_SEC_FETCH_SITE none HTTP_SEC_FETCH_MODE navigate HTTP_SEC_FETCH_USER ?1 HTTP_SEC_FETCH_DEST document HTTP_PRIORITY u=0, i DOCUMENT_ROOT /home/u825314371/domains/maralma.co/public_html/verificar REMOTE_ADDR 192.145.127.212 REMOTE_PORT 41298 SERVER_ADDR 195.179.237.100 SERVER_NAME verificar.maralma.co SERVER_ADMIN SERVER_PORT 443 REQUEST_SCHEME https REQUEST_URI /public/ HTTPS on CRAWLER_USLEEP 1000 CRAWLER_LOAD_LIMIT_ENFORCE 25 H_PLATFORM Hostinger H_TYPE shared H_CANARY false X_SPDY HTTP2 SSL_PROTOCOL TLSv1.3 SSL_CIPHER TLS_AES_128_GCM_SHA256 SSL_CIPHER_USEKEYSIZE 128 SSL_CIPHER_ALGKEYSIZE 128 SCRIPT_FILENAME /home/u825314371/domains/maralma.co/public_html/verificar/public/index.php QUERY_STRING SCRIPT_URI https://verificar.maralma.co/public/ SCRIPT_URL /public/ SCRIPT_NAME /public/index.php SERVER_PROTOCOL HTTP/1.1 SERVER_SOFTWARE LiteSpeed REQUEST_METHOD GET X-LSCACHE on,crawler,esi,combine PHP_SELF /public/index.php REQUEST_TIME_FLOAT 1725129974.3635 REQUEST_TIME 1725129974 Environment Variables Key Value LSPHP_ProcessGroup on PATH /usr/local/bin:/bin:/usr/bin Registered Handlers 0. Whoops\Handler\PrettyPageHandler