My first post

Introduction️ In this blog topics related to computer security and general computing will be treated with the experience and knowledge acquired over time. On computer security, specifically offensive, topics related to the preparation of technical articles, creation of tools, resolution of Hack The Box machines, software and hardware hacking, and reverse engineering will be covered.️ Offensive security refers to the process of identifying and exploiting vulnerabilities in computer systems with the aim of improving their security. This involves legal and ethical activities, such as participating in learning platforms like Hack The Box, where these skills can be practiced in safe environments.️

January 1, 2023 · 1 min

Hack The Box: Squashed

Description Squashed is an easy Hack The Box machine that features: NFS share allow uploading files to a web server allowing Remote Command Execution NFS share allows reading X11 authentication cookie of another user Privilege Escalation by using a credential leaked in a screenshot from a X11 display Footprinting First, we are going to check with ping command if the machine is active and the system operating system. The target machine IP address is 10.10.11.191. ...

November 10, 2022 · 6 min