Skip to main content

2 posts tagged with "CTF"

Capture the Flag writeups and challenges.

View All Tags

Silly Cloud From TUCTF 24

· 7 min read
Raunak Neupane
Security Researcher • Penetration Tester • Bug Hunter

Hello everyone! Welcome to the writeup for a challenge called 'Silly Cloud' from TUCTF 24. I found this challenge both fun and challenging! It revolved around interacting with the internet-facing REST API of Kubernetes (K8s).

Why You Shouldn't Use eval() in Discord Bots (or in Any App)

· 10 min read
Raunak Neupane
Security Researcher • Penetration Tester • Bug Hunter

Hello, everyone! In this blog, I want to showcase a dangerous function that, if used improperly, can cause serious harm, whether in a web app or elsewhere. In this article, I’ll focus on the abuse of eval() in Discord bots. While it's rare to find it, if you ever come across it or discover that a bot is using it, it's incredibly dangerous.