Challenges

  • Emdee five for life
    Summary In this Hack The Box challenge, you’ll sharpen your Python skills. Your task is to write a Python script that connects to a service, extracts a specific string, calculates its MD5 hash, and sends the hash back, all within a single session and a strict time limit. Write-Up We first try to send the… Read more: Emdee five for life
  • OnlyHacks
    Summary This Valentine’s-themed web challenge focuses on exploiting Cross-Site Scripting (XSS) to steal a cookie, hijack an account, and retrieve the flag. Write-up The login page appears resistant to basic SQL injection and authentication bypass attempts. We will move on with the Sign Up function. The signup process, however, requires a profile picture upload, which… Read more: OnlyHacks