Popular
-
Exploding 3D buttons!? I created an amazing UI using React x Three.js!
Have you ever thought, "I want to add a little surprise to your website's UI..." Simple buttons aren't enough, but too complicated animations are difficult to handle... The perfect idea for such occasions is the "explosive 3D button"! Click this button to... -
[EDB-1518] Privilege escalation using MySQL User Defined Function (UDF)! Linux PrivEsc Writeup Part 1 (Linux Privilege Escalation)
This time, we will try out "EDB-1518: Elevation of Privilege using MySQL User Defined Function" in Exploit Database. The target machine uses the Room below of TryHackMe. "TryHackMe-Linux PrivEsc: https://tryhackme.com/room/linuxprivesc" The explanation is... -
I tried deciphering the encrypted passwords (Type 5, Type 7) set on my Cisco device! HackTheBox Heist Writeup
This time, we will try cracking the encryption password set on the Cisco device and breaking into the server. "HackTheBox-Heist: https://www.hackthebox.com/machines/heist" Please note that the explanation is a spoiler. Preparation First, start the target machine... -
[TryHackMe] Biohazard CTF Writeup! A detailed explanation in line with the flow!
This time, we will try out CTF based on TryHackME's Resident Evil. This is my first time doing CTF like a game, so I'm also curious to see what it will be like! "TryHackMe-Biohazard: https://tryhackme.com/room/biohazard" The explanation is a spoiler, so be careful... -
[TryHackMe] OhSINT Writeup - Collect a lot of information from one image.
OhSINT stands for "open source intelligence," and is a method of obtaining new information by comparing and analyzing legally available information. For example, identifying addresses from images on social media and identifying schools are also types of OhSINT. This time... -
Use Cloudflare Tunnel to publish your Ubuntu home server (Docker)!
I was originally using an XServer VPS, but due to lack of memory, I was incurring too much operational costs, so I'm planning to use my home PC as a server to publish it on Cloudflare Tunnel. The following PCs were used for my home server: The mini PC is a popular thing these days... -
Control 3D models in glb format generated using Meshy AI using React and Three.js! How to manage multiple animations
Are you interested in controlling animations for 3D models? Recently, there are an increasing number of 3D model generation tools that utilize AI, and among them, Meshy AI is attracting attention as a tool that allows you to easily create high-quality 3D models. However, the generated 3D model is... -
[TryHackMe] Hacking Windows machines using MS17-010 (CVE-2017-0143)! Blue Writeup
This time, we will try hacking Windows machines using TryHackMe's Room "Blue". "TryHackMe-Blue: https://tryhackme.com/room/blue" Please note that the explanation is a spoiler. Recon First, select "Start Machine" and... -
[TryHackMe] Expanding privileges by misusing the no_root_squash on NFS mount! Linux PrivEsc Writeup Part9
This time, we will try "Elevation of Privilege Using the NFS Mount no_root_squash". The target machine uses the Room below of TryHackMe. "TryHackMe-Linux PrivEsc: https://tryhackme.com/room/linuxprivesc" This article is part 9. TryHac... -
[Virtual Box on Windows 10] A detailed explanation of how to install Virtual Box!
Virtual Box is one of the most well-known open source virtualization software. You can build VirtualMachine (hereinafter referred to as VM) as an application on the OS and run another OS on the VM. Install Virtual Box on Windows 10 and use Virtual Box Money...