0xnhl

THM: W1seGuy Writeup

/ Update
2 min read

Room Link: https://tryhackme.com/room/w1seguy
Difficulty: Easy
Category: Crypto

We are given an IP address and a source code file.

nc 10.10.170.35 1337
This XOR encoded text has flag 1: 651b3c3e1300321d2b17742b0504174567122e00703d0376025d1f082d364327087516432b3e371e
What is the encryption key?
plaintext

Cyberchef:

fallback
XOR({'option':'Hex','string':'651b3c1e'},'Standard',false)
plaintext

Input: THM{}
Output: 1SqEc
Cyberchef:

fallback
From_Hex('Auto')
XOR({'option':'Latin1','string':'REDACTED'},'Standard',false)
plaintext

Input: 651b3c3e1300321d2b17742b0504174567122e00703d0376025d1f082d364327087516432b3e371e
Output: THM{p1alntExtAtt4ckcAnr3alLyhUrty0urxOr} —> Flag1

nc 10.10.170.35 1337
This XOR encoded text has flag 1: 651b3c3e1300321d2b17742b0504174567122e00703d0376025d1f082d364327087516432b3e371e
What is the encryption key? 1SqEc
Congrats! That is the correct key! Here is flag 2: THM{BrUt3_ForC1nG_XOR_cAn_B3_FuN_nO?}
plaintext

Python

THM: W1seGuy Writeup
https://nahil.xyz/vault/writeups/tryhackme/thm-w1seguy/
AuthorNahil Rasheed
Published atJuly 30, 2026
CopyrightCC BY 4.0
DisclaimerThis content is provided strictly for educational purposes only.