BlackWidow is a python script that automatically crawls a website to gather information like phone numbers, email addresses, form URL's etc. Very useful during the reconnaissance phase!
ReadToday we released version 0.0.28 of our Multi-Agent Ranking Framework (MARK).
ReadphpVirtualBox is a well known web interface for managing virtual machines. There is however another less known library that allows to manage virtual machines from your own PHP applications : php-vbox-api. The API allows you to do stuff like:
ReadIn Laravel, a Middleware is basically a piece of code that should be executed for every http request. Middlewares are typically used to:
ReadToday we are presenting distributed k nearest neighbors (k-nn) graphs and similarity search algorithms at the ULB.
ReadThis seems easy, but... When you modify your static IP address in /etc/network/interfaces, the old IP is not removed. The new IP is simply added to your interface.
ReadLaravel is a powerful framework that comes with a lot of boilerplate code to handle most common cases. One of these is users management (register, login, reset password etc.)
ReadWhen developing some new Python code, you will usually open another terminal to test your function or class using a Python shell... and repeat until you obtain the expected result.
ReadPython is a dynamically typed language, meaning that the type of a variable can change during execution. This participates to the user friendliness of the language.
Read
NetFlow is a feature that was introduced on Cisco routers around 1996 that provides the ability to collect and process network traffic summary.
ReadIn February 2020, ULB will organize a CyberSecurity Tournament for students. This is a unique opportunity to challenge your skills and get in touch with major companies of the field.
Read
Sharding is a method for distributing data (and load) across multiple machines. In this blog post we show how to test MongoDB sharding by running multiple MongoDB instances on a single Ubuntu 16.04 machine.
Read