A personal mini blog about infosec and life
Previously, I mentioned my interest in improving my knowledge of browser internals and application security.
Although I am working on this in the background (and probably should invest more time in it), I also know it is crucial for me to strengthen my skills in cloud-native technologies and cloud platform security. So I have started studying for the Docker Certified Associate certification (https://github.com/Evalle/DCA). I will probably finish it by the start of next month.

Weekly Thoughts and Updates
Comparing Link Finder Tools
- I compared the results of ‘JS Link Finder’, ‘LinkFinder’, and ‘JS Miner’.
- Personally, when full coverage isn’t very important, I would prefer using ‘JS Link Finder’ and ‘JS Miner’, as almost all the time the first two tools found the same things, while ‘JS Link Finder’ performed a bit better.
Comparing Tools to Potentially Finding a CVE
- While doing this comparison, I found an interesting URL path that led to some kind of administrative feature that potentially allows me to add and remove servers, view IPs, ports, names, and maybe other things as well.
Related CTF Challenge
- As a coincidence, last weekend I tried a certain CTF challenge (SnakeCTF - Affekot) that was related to this topic. The web application used Next.js, and one of the URL paths was a page for developers to register an admin user. After that, it was easy to get the flag.


Web Timing Attacks
- I’ve finished James Kettle’s article about timing attacks, and it was super interesting. This issue or type of attack is probably relevant to a huge amount of web applications, much like how SQL injection was very common years ago.
Link: https://portswigger.net/research/listen-to-the-whispers-web-timing-attacks-that-actually-work
A Few Other Notes
- I had the chance to gain some experience with a Java Spring environment, so I learned a few new things about it, which was pretty fun.
- I received a CVE number for the vulnerability I mentioned in the past. The next step is to contact the vendor.
- I haven’t heard anything new about the LFD vulnerability I found and sent through the VDP. I’ll wait a week or two and see if there’s any update.
