Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the ultimate-blocks domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/margheri/public_html/wp-includes/functions.php on line 6121

Notice: _load_textdomain_just_in_time işlevi yanlış çağrıldı. Translation loading for the perfect-portfolio domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Ayrıntılı bilgi almak için lütfen WordPress hata ayıklama bölümüne bakın. (Bu ileti 6.7.0 sürümünde eklendi.) in /home/margheri/public_html/wp-includes/functions.php on line 6121
SwampCTF 2024 Web: Potion Seller Writeup - Aleyna Doğan

SwampCTF 2024 Web: Potion Seller Writeup

CTF link.

My potions would kill you, traveler. You cannot handle my potions.

The app allows users to borrow gold, buy rotation, and pay back the borrowed gold. To get to Flag, we need to go through certain steps.

Borrow gold using the /borrow URL: The user must borrow a certain amount of gold by calling the /borrow URL.

Buy SwampShade Potion with the /buy route: The user must purchase SwampShade Potion by calling the /buy route. This checks the amount of gold the user has available and controls the price of the potion to be purchased. We need to make id 4 so we can access the flag.

We look at the debt with stats. Pay back borrowed gold using the /repay route.

Repay borrowed gold using the /checkout route: The user must repay borrowed gold by calling the /checkout route. This checks if the user has purchased SwampShade Potion. If SwampShade Potion was purchased, the flag is sent to the user.

Bir yanıt yazın

E-posta adresiniz yayınlanmayacak. Gerekli alanlar * ile işaretlenmişlerdir