Archive: 2020

0

Traverxec - Write-up - HackTheBox

Information# Box# Name: Traverxec Profile: www.hackthebox.eu Difficulty: Easy OS: Linux Points: 20 Write-up# Overview# Network enumeration: 80 and 22 ports are open Webapp enumeration: nostromo 1.

0

Generate background pattern in Ruby

We will see how to generate a SVG background with triangle patterns in ruby to have something that look likes this: At first, install the TrianglePattern gem: 1$ gem install triangle_pattern Then we