Incorrect configuration allows you to access .env files or reading env variables. LaravelN00b automated scan .env files and checking debug mode in victim host.
Scan Rationale
Also Read – IotShark : Monitoring And Analyzing IoT Traffic
Installation
chmod +x installer.sh
./installer.sh
go get github.com/briandowns/spinner
go get github.com/christophwitzko/go-curl
go run main.go –hostname victim.host
or
go build laravelN00b main.go
Run
./laravelN00b –hostname victim.host
Introduction A self-signed SSL certificate is a certificate that is created and signed by the…
Introduction Debugging is an important part of Bash scripting. When a script does not work…
Introduction Cron jobs are used in Linux to run commands or Bash scripts automatically at…
Introduction Pipes are an important feature in Linux and Bash scripting. A pipe allows you…
Introduction The grep, awk, and sed commands are powerful text-processing tools in Linux. They are…
Introduction Working with files and directories is one of the most important skills in Bash…