cylab.be
Home
Teaching
Research
Projects
Publications
Blog
Resources
Slides
Cyber Range
Capture-the-Flag
Virtual Classrooms
GitLab
Mailinglists
Artifacts repository
Contact
Search
Login
Register
Cyber Defence Lab
Fighting cyber threats through
research
and
education
www.cylab.be
Research
Education
OSINT - Simple tips #5 - Email addresses
This blog post will talk about email addresses.
Using HTTPS over a reverse proxy in Laravel
Have you ever encountered problems trying to deploy a Laravel HTTPS website using a reverse proxy ? Then read the following to quickly learn where this problem comes from and how to simply thwart it.
Continuous Deployment with GitLab and Laravel Envoy
There are multiple ways to implement Continuous Deployment (CD) for a Laravel project. The current trends consists in deploying containers to a kubernetes cluster. In this blog post however, we will present the good old way: we will use Laravel Envoy to deploy our code directly to our server(s). This method has the advantage of simplicity as it does not require to build containers, nor does it require a kubernetes cluster: Laravel Envoy uses a simple SSH connection to the target server(s) to perform the deployment.