Popular
-
[For beginners] Introduction to React Three Fiber x Drei x TypeScript! Create pixel art and dynamic animations from images
Recently, web application development has seen an increasing number of efforts to improve the user experience using graphics. With React Three Fiber (R3F), you can easily utilize Three.js features as a React component, making it easy for anyone to create attractive expressions... -
[CVE-2016-1531] We tried to escalate privileges using the vulnerability in Exim 4.84.3. TryHackMe Linux PrivEsc Writeup Part 6
This time, we will try "CVE-2016-1531 Elevation of privileges using the vulnerability in Exim 484.3." The target machine uses the Room below of TryHackMe. "TryHackMe-Linux PrivEsc: https://tryhackme.com/room/linuxprivesc" This article is part 6. Tr... -
[CVE-2016-5195] Improvement of privilege using Kernel exploits! TryHackMe Linux PrivEsc Writeup Part 10
This time, we will try "Elevation of privileges using Kernel exploits." The target machine uses the Room below of TryHackMe. "TryHackMe-Linux PrivEsc: https://tryhackme.com/room/linuxprivesc" This article is part 10. TryHackMe and Linux... -
[2025 Edition] A thorough comparison of AI APIs for developers | Summary of features and prices for major LLMs such as ChatGPT, Claude, Gemini, and Llama.
From 2024 to 2025, the development of AI-powered apps and services has become increasingly popular. Large-scale language model (LLM) **, represented by ChatGPT and Claude, goes beyond just chatbots to create a variety of different languages, including code generation, summarization, search, and document processing. -
[Super Introduction] Easy even for beginners! Build a 3D environment for TypeScript x React Three Fiber with Vite!
Recently, on the web, we have seen more and more interactive and beautiful 3D representations. For example, 3D animation backgrounds, game-style designs, and even next-generation interfaces. At first glance, these may seem like "advanced skills required", but React T... -
Bolt.new thorough explanation! I actually tried to create a React app using AI super fast! Will this be a new era tool that doesn't require code?
Have you ever thought, "I want to try app development, but I'm not confident in programming..." or "I wish I could make an app easier"? "Bolt.new" is perfect for such people. With this tool, you can enjoy app development intuitively without writing any code... -
I wrote an API key on the front end using Vibe Coding, and ended up being hacked and charged a high fee. Here are some examples and security measures.
"Vibe coding," a modern development style that focuses on quickly building apps with a focus on getting them working, is gaining popularity. BaaS services like Supabase and Firebase, in particular, allow you to complete authentication and database operations with just a few lines of code, making them ideal for rapid prototyping and UI improvement. -
Generate AI with Meshy! How to instantly display 3D models that even beginners can do with React x Three.js!
Recently, generating 3D models using AI has become surprisingly easy. Among them, the AI tool called "Meshy" allows you to quickly generate high-quality 3D models with intuitive operations. In this blog, we will explain how to display 3D models generated using Mesh in a browser using React and Three.js... -
[CVE-2015-3306] I enumerated the shared Samba, manipulate a vulnerable version of proftpd, and escalated privileges by manipulating path variables! TryHackMe Kenobi Writeup
This time, we will enumerate shared Samba, manipulate vulnerable versions of proftpd, and escalate privileges by manipulating path variables. "TryHackMe-Kenobi: https://tryhackme.com/room/kenobi" Please note that the explanation is a spoiler. Preparation First, start with "Start Machine... -
[XSS Demo] I tried hacking a website in just one line!!
"I tried creating a bulletin board app that can use HTML tags!" What if a work by a beginner engineer would be "taken over" with just one line post? This time, we will be using an example of "Cross-site Scripting (XSS)," which is the basics of security, to see how vulnerable they are...