Locust is a python based tool to load test website, REST APIs and else. You define the behavior of the tasks in python. You can read the doc at docs.locust.io. Installation Make sure you have libev and install python dependencies (Work with Pyth...
Components Hands-on Find a quick summary on the kubernetes main concept to refresh your memory in a previous article, or go straight ahead with the hands-on examples. Kubernetes setup To get a better grasp of Kubernetes components and commands,...
FFmpeg FFmpeg is a collection of libraries and tools to process multimedia content such as audio, video, subtitles and related metadata. It is a cross platform tool that we will use to make the conversion. Convert .mov to .mp4 To do it on wind...
Kubernetes Kubernetes is an opensource orchestrator allowing to automate the deployment, scaling and management of containerized applications. Also named k8s the 8 for the eight letters in “ubernete” plus “s”. It was originally developed by Goog...
Creating the docker If you are new to docker, I would recommend this article for some basics docker commands and how to create your Dockerfile, docker images and running container. I will first create a simple dockerfile with python 3.6 and pytes...
What’s git log Git log is a powerful tool in git that allows you to browse through the repository history. It saves a bunch of information (tag, commit author, message, date, …) First you may want to pull origin from every repository using: find...
Introduction The facebook CTF kick started on the 1st of June to the 3rd of July. It was apparently using ctfd.io which is a platform to host ctfs. The challenges were separated into 5 categories: reversing: Usually a .tar to download and e...
During the competition there was at some point a Craiglist kind of paper for a synapse experiment with Neurosoft (The company that implements chips in your brain). On the coupon was a website neuro://synapse-trials.ctf and a phone number 1-647-49...
Category: coding challenge Points: 5 Description: Can you pass this vision test, if it’s not working it’s definitely not your brain implant. Please calibrate your vision chip. The blurriness of th...
Certificates are everywhere … Usually you don’t see them, everything works fine until it does not. The most common place with certificate errors will be on a website not using them or with errors. Like your connection is not secure, you’re go...