HTB university 2024

participate with CSI

For - Wanter Alive

The challenges is javascript containing vbs script

Challeges given
We can decode it with burp suite

more readable code

focus in vbs script there is base64

download wanted.tif from server

virustotal
most important part of wanted.tif

from vbs to python

For - Binary Badresources

check obfuscated part in wanted.msc

challenges given
seems like obf

decode the string inside mid()

output

download all of it from the server

all the file is xor with csrss.dll as the key

download json file

json actually a dll file
decompile dll file with dotpeek
download the file
flag

Web - Armaxis

vuln1 - admin account takeover via resetpassword

the token is not bind with email, and there is admin

vuln 2 - command injection with markdown

Last updated