Empresas
Empleos
  • Sobre nosotros
  • Soluciones
    • Publicación de vacantes
      Publica tu vacante y recibe candidatos calificados en 48h.
    • Evaluación de candidatos
      500+ pruebas técnicas y psicológicas, más anti-fraude.
    • Headhunting
      Búsqueda ejecutiva a la medida de principio a fin.
    • Nómina + EOR
      Dispersión de nómina y EOR en más de 15 países de LATAM.
  • Precios
  • Empleos

0

1K
Vistas
How to hide website information on Wappalyzer

I have a website written in Laravel 5.8 and when I search my website info on wappalyzer.com website, I can see all the entire information of my website there.

And this is not good due to OWASP security test. So I'm looking for a way to hide the information of my website on wappalyzer.com .

So here is the official suggestion for Laravel based websites:

Hide Laravel from Wappalyzer

The Laravel PHP framework can also be identified by inspecting a websites' cookies. It's possible to change the default cookie name to prevent this.

laravel.com/docs/session

But I don't get what it means by changing default cookie names!

So if you know, please help me out with this and I would really appreciate that...

over 4 years ago · Santiago Trujillo
2 Respuestas
Responde la pregunta

0

Laravel uses the env's APP_NAME in the cookie name. By default the APP_NAME is "Laravel" so your cookie name will be "laravel_session". You can go ahead and change your app name in your .env file. You can also change the session part if you edit your config/session.php file or by adding SESSION_COOKIE to your env.

over 4 years ago · Santiago Trujillo Denunciar

0

in the config/session.php

The cookie created here:

'cookie' => env( 'SESSION_COOKIE', Str::slug(env('APP_NAME', 'laravel'), '_').'_session' ),

So, you just need to change the APP_NAME in .env

And dont forget the php artisan optimize to clear the cache

over 4 years ago · Santiago Trujillo Denunciar
Responde la pregunta
Encuentra empleos remotos

¡Descubre la nueva forma de encontrar empleo!

Top de empleos
Top categorías de empleo
Empresas
Publicar vacante Precios Comercial
Legal
Términos y condiciones Política de privacidad
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomiéndame algunas ofertas
Necesito ayuda