Certain credentials are exposed due to the exposure of .env file.
https://virtupharma.com.au/.env
.env should be removed and/or hidden by the webserver
APP_NAME=Virtupharma
APP_ENV=production
APP_KEY=base64:<redacted>
APP_DEBUG=true
APP_URL=https://virtupharma.com.au/
LOG_CHANNEL=stack
DB_CONNECTION=mysql
DB_HOST=localhost
DB_PORT=3306
DB_DATABASE= <redacted>
DB_USERNAME= virtupharma_db
DB_PASSWORD= <redacted>
BROADCAST_DRIVER=log
CACHE_DRIVER=file
QUEUE_CONNECTION=sync
SESSION_DRIVER=file
SESSION_LIFETIME=120
CAPTCHA_SITE_KEY=<redacted>
CAPTCHA_SECRET_KEY=<redacted>
REDIS_HOST=127.0.0.1
REDIS_PASSWORD=null
REDIS_PORT=6379
MAIL_DRIVER=smtp
MAIL_HOST=smtp.googlemail.com
MAIL_PORT=465
MAIL_USERNAME=<redacted>@gmail.com
MAIL_PASSWORD=<redacted>
MAIL_ENCRYPTION=ssl
MAIL_FROM_ADDRESS=no-reply@virtupharma.com.au
MAIL_FROM_NAME="${APP_NAME}"
AWS_ACCESS_KEY_ID=
AWS_SECRET_ACCESS_KEY=
AWS_DEFAULT_REGION=us-east-1
AWS_BUCKET=
PUSHER_APP_ID=1010475
PUSHER_APP_KEY=<redacted>
PUSHER_APP_SECRET=<redacted>
PUSHER_APP_CLUSTER=us2
MIX_PUSHER_APP_KEY="${PUSHER_APP_KEY}"
MIX_PUSHER_APP_CLUSTER="${PUSHER_APP_CLUSTER}"
This seems fixed already.
Not fixed, it moved from port 8443 to port 443
Message sent to Mariam Martin-Mnatsakanyan trough LinkedIn
Hi we still notice the file at https://virtupharma.com.au/.env
Message sent to Mariam Martin-Mnatsakanyan trough LinkedIn again.
Finally returning 403, closed.