Popular
-
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... -
[Free AI app development] I tried creating a web service from scratch using YouWare!
"The era where we can create apps with AI" has become commonplace now. Among them, I found **YouWare**, a service that allows you to automatically generate web apps and sites by simply entering a prompt (natural language). Introducing YouWare... -
[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... -
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... -
[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. -
[TryHackMe] Expanding privilege escalation using backups of history files, config files, and important files! Linux PrivEsc Writeup Part 8
This time, we will try "Elevation of privileges by misusing backups of history files, config files, and important files." The target machine uses the Room below of TryHackMe. "TryHackMe-Linux PrivEsc: https://tryhackme.com/room/linuxprivesc" here... -
[SECCON Beginners CTF 2024] WEB Writeup
It wasn't a very good result, but I participated in the SECCON Beginners CTF 2024, so I'll leave a Writeup as a memo. ssrforlfi source check The folder structure after unzipping tar.gz is as follows. $ find ./ ./ ./docker-compose.yml ./.env ./app... -
Next.js + React Three Fiber + React Three XR + Variant Launch to develop a WebXR compatible AR app on iOS!
I was thinking of creating an AR app with WebXR, but the current situation is that iOS does not officially support WebXR. So, I used Variant Launch, which was also featured in the official React Three XR, to support WebXR AR on iOS as well. Does it work on iOS?WebXR fo... -
[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...