Reversal writeup

Reversal writeup

Challenge name: Reversal 

Difficulty: Easy

Challenge Scenario: A dark incantation was written backward in a spellbook. Reverse the cursed words to reveal their true meaning.

Link: https://app.hackthebox.com/challenges/Reversal?tab=play_challenge

Machine IP: 154.57.164.79:32007

Navigated to the site. Using programming it asks us to flip a given string. Googled how to reverse text with Python as I haven’t touched programming in a while and we got the flag. This is the code I used.

GG

Leave a comment