/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

blog.nuculabs.de
| | blog.nuculabs.dev
2.6 parsecs away

Travel
| | Hello, In this article I present you the solution to nice and short cracking challenge from Root-Me. After opening it up in Ghidra, I saw that the challenge is easy to solve, all you need is to find the password, which is in plain text. Basically just copy paste and you get the flag, but wait, there's a twist! I should have learned my lesson from the other challenge from Root-Me, which also had a twist.
| | www.binovarghese.com
4.5 parsecs away

Travel
| | The spread and rest operators us the same syntax (...) three dots.
| | www.codingem.com
3.3 parsecs away

Travel
| | In JavaScript, the practical difference between for...of and for...in loop is that for...of works for arrays and for...in for objects.
| | earthly.dev
16.4 parsecs away

Travel
| Learn how to run a Ruby on Rails application inside a Docker container and discover best practices for building Docker images. This tutorial covers...