Empresas
Empregos
  • Sobre nós
  • Soluções
    • Publicação de vagas
      Publique sua vaga e receba candidatos qualificados em 48h.
    • Avaliações de candidatos
      Mais de 500 testes técnicos e psicológicos, mais anti-fraude.
    • Headhunting
      Busca executiva personalizada do início ao fim.
    • Folha de Pagamento + EOR
      Dispersão de folha e EOR em mais de 15 países da LATAM.
  • Preços
  • Empregos

0

1K
Visualizações
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 Respostas
Responde à pergunta

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 Relatório

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 Relatório
Responde à pergunta
Encontrar trabalhos remotos

Descubra a nova forma de encontrar um emprego!

melhores empregos
Principais categorias de trabalho
Empresas
Postar vaga Preços Comercial
Jurídico
Termos e Condições Política de privacidade
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomende algumas ofertas para mim
Preciso de ajuda