noraj (Alexandre ZANNI) - Cybersecurity engineer & Pentester

0

Resolute - Write-up - HackTheBox

Information# Box# Name: Resolute Profile: www.hackthebox.eu Difficulty: Medium OS: Windows Points: 30 Write-up# Overview# Network Enumeration: SMB, WinRM Network service exploitation: cme CMB pass

0

Kalu - Keeping ArchLinux Up-to-date

Intro# Basically updating ArchLinux is as easy as running pacman -Syu. But blindly running pacman -Syu everyday is not necessarily a good idea. Sometimes some updates require manual intervention, so y

0

Obscurity - Write-up - HackTheBox

Information# Box# Name: Obscurity Profile: www.hackthebox.eu Difficulty: Medium OS: Linux Points: 30 Write-up# Overview# Network Enumeration: nmap 22, 8080 Web application discovery: hints Web app

0

OpenAdmin - Write-up - HackTheBox

Information# Box# Name: OpenAdmin Profile: www.hackthebox.eu Difficulty: Easy OS: Linux Points: 20 Write-up# Overview# Network Enumeration: port 80, 22 Web Application Enumeration: find /ona/ Web

0

Control - Write-up - HackTheBox

Information# Box# Name: Control Profile: www.hackthebox.eu Difficulty: Hard OS: Windows Points: 40 Write-up# Overview# Network Enumeration: nmap, port 80, 3306 Webapp Enumeration: admin.php, X-For

0

Mango - Write-up - HackTheBox

Information# Box# Name: Mango Profile: www.hackthebox.eu Difficulty: Medium OS: Linux Points: 30 Write-up# Overview# Network enumeration: 22, 80, 443 Webapp discovery: SSL cert leaks subdomain in

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: $ gem install triangle_pattern Then we o