본문 바로가기

TryHackMe

(5)
TryHackMe - Bounty Hacker ProblemDeploy the machine.Find open ports on the machine Who wrote the task list? 더보기linWhat service can you bruteforce with the text file found?더보기sshWhat is the users password? 더보기RedDr4gonSynd1cat3user.txt더보기THM{CR1M3_SyNd1C4T3}root.txt더보기THM{80UN7Y_h4cK3r}Setip: 10.201.61.47난이도: easy 1. nmapnmap -sC -sV $target -oN nmap_result -T4 --min-rate=150021, 22, 80 포트가 열려있는 것을 확인한다. 2. ftp열려있는 ftp 포..
TryHackme - Corridor ProblemWhat is the flag?더보기flag{2477ef02448ad9156661ac40a6b8862e}Setip: 10.201.113.145난이도: easy 할당받은 ip에 nmap을 진행한다.nmap -sC -sV -oN result -T4 10.201.113.145현재 웹 페이지 하나만 열려있는 것을 알 수 있다.웹 페이지 접근 시 여러 방이 있는 것을 확인할 수 있으며, 소스코드를 확인해보면 href 값에 해시값이 있는 것을 알 수 있다. 링크에 걸려있는 해시값들을 찾아보면 1 ~ 13의 값인 것을 알 수 있다.https://hashes.com/en/decrypt/hash Decrypt MD5, SHA1, MySQL, NTLM, SHA256, MD5 Email, SHA256 Email..
TryHackMe - Gallery ProblemHow many ports are open?더보기3What's the name of the CMS?더보기Simple Image GalleryWhat's the hash password of the admin user?더보기a228b12a08b6527e7978cbe5d914531cWhat's the user flag?더보기THM{af05cd30bfed67849befd546ef}What's the user flag?더보기THM{ba87e0dfe5903adfa6b8b450ad7567bafde87}Setip: 10.201.31.215난이도: easy 먼저 할당받은 ip를 가지고 nmap을 돌려 정보수집을 진행한다.nmap -sC -sV 10.201.31.215 -oN result -T4확인 결과 2..
TryHackMe - Ignite InformationTEAM - READ / EASYTarget IP: 10.201.28.149 User.txt더보기6470e394cbf6dab6a91682cc8585059bRoot.txt더보기b9bbcb33e11b80be759c4e844862482d 1. Nmap 실행> nmap -sC -sV 10.201.28.149 -T4 -Pn -oN resultStarting Nmap 7.94SVN ( https://nmap.org ) at 2025-08-11 05:23 UTCNmap scan report for 10.201.28.149Host is up (0.34s latency).Not shown: 999 closed tcp ports (reset)PORT STATE SERVICE VERSION80/tcp..
TryHackMe - skynet TryHackme의 Challenge 중 하나인 skynet 문제이다. OPTION- RED Team- Easy 해결해야할 과제는 다음과 같다.문제1. What is Miles password for his emails?- Miles의 이메일 비밀번호?더보기cyborg007haloterminator2. What is the hidden directory?- 숨겨진 디렉터리는?더보기45kra24zxs28v3yd3. What is the vulnerability called when you can include a remote file for malicious purposes?- 악의적인 목적으로 원격 파일을 포함할 수 있는 취약점은?더보기remote file inclusion 4. What is the ..