Realtime LVM filesystem resize

Sometimes you need to resize your partition of your VPS system when you for example requested additional diskspace. In the below tutorial I resized my VPS hard-disk. Keep in mind that having a LVM file system is required for this tutorial. With the below commands you can checking your current partition table. root@ahv-id-10973:~# parted GNU […]

Effectieve scope voor penetratie testen

Vaak wordt door organisaties het bepalen van de scope voor een penetratie test onderschat. Het niet juist scopen van een opdracht kan resulteren in bijvoorbeeld een niet volledige test of dat er onvoldoende diepgang is geweest. Het is dus van belang om een juiste scope vast te stellen tijdens het intake gesprek en dat de […]

How to build an API with Django REST Framework within 30 minutes

In this blog post, I will introduce how to develop a API Service in Django using Django REST Framework (DRF). In this example you will be introduced to DRF with minimal amount of code. Let’s start In this tutorial, you will be building a simple API for your inventory service. Setup your development environment For […]

Fail2Ban log monitoring and blocking application

Lot’s of systems on the internet are been hacked trough the use of easy guessable passwords or default credentials. In many cases the source ip address is been hacked the same way. Attackers are pivoting through compromised systems. Fail2ban is an application that monitored your log files and based on pre defined thresholds fail2ban will […]

Securing WordPress with .htaccess

Why Website Security is Important? A hacked WordPress site can cause serious damage to your business revenue and reputation. Hackers can steal user information, passwords, install malicious software, and can even distribute malware to your users. Worst, you may find yourself paying ransomware to hackers just to regain access to your website. How to Disable […]

GoPhish

What is Gophish? Gophish is a phishing framework that makes the simulation of real-world phishing attacks dead-simple. The idea behind gophish is simple – make industry-grade phishing training available to everyone. “Available” in this case means two things – Affordable – Gophish is open-source software that is completely free for anyone to use. Accessible – […]

How to mirror a website with wget

With wget you can mirror websites for offline usage. The easiest way is to use wget with -mkxKE parameters. Where -m stands for mirror, -k for convert links, -x force directories, -K for converting file names, -E for save files with proper extentions. wget -mkxKE -e robots=off https://www.markict.nl