728x90 ์ ์ฒด ๊ธ720 TryHackMe - Pickle Rick Writeup ๊ฐ์๋ฏธ๊ตญ ์ธ๊ธฐ ์ ๋ ๋ฆญ์ค ๋ชจํฐ ํจ๋ฌ๋ CTF ๋ฌธ์ ์ด๋ค. ์๊ธฐ๊ฒ๋ ์ด๋ฒ ๋ฌธ์ ์๋ ์คํ ๋ฆฌ๊ฐ ์กด์ฌํ๋๋ฐ, ํผํด(?)๋ก ๋ณํ ๋ฆญ์ด ๋ค์ ์ฌ๋์ผ๋ก ๋์์ค๋ ค๋ฉด 3๊ฐ์ง์ ์ด๋ค ์ฌ๋ฃ๊ฐ ํ์ํ๋ฐ ๋ฌธ์ ํ์ด์์ธ ์ฐ๋ฆฌ๊ฐ(์์ค์ ๋ชจํฐ๊ฐ ๋์ด์) CTF ๋ฌธ์ ๋ฅผ ํ๋ฉด์ ์ฌ๋ฃ๋ค์ ์ฐพ๋ ๊ฒ์ด ๋ชฉ์ ์ด๋ค. Question 1. What is the first ingredient that Rick needs?nmap ๋ช ๋ น์ด๋ก ๋ฆญ์ ์ปดํจํฐ์ ์ด๋ ค์๋ ์๋น์ค๋ค์ ์ค์บ๋ํ๋ฉด ๋ค์๊ณผ ๊ฐ์ด 2๊ฐ๊ฐ ๋์จ๋ค. (ssh์ http)$ sudo nmap -sS -sV -T4 -p 1-100 10.10.232.9922/tcp open ssh OpenSSH 7.2p2 Ubuntu 4ubuntu2.6 (Ubuntu Linux; protocol 2.. 2023. 5. 20. ์ ๋ ฌ - ํ(heap) ์ ๋ ฌ ๋น์ฃผ์ผํ https://www.mimuw.edu.pl/~erykk/algovis/heapsort.html Visualization: HeapSort www.mimuw.edu.pl 2023. 5. 18. ์๋ฐ์คํฌ๋ฆฝํธ - http๋ฅผ https๋ก ๋ฆฌ๋ค์ด๋ ํธ if (window.location.protocol != "https:") { window.location.href = "https:" + window.location.href.substring(window.location.protocol.length); } if (document.location.protocol == 'http:') { document.location.href = document.location.href.replace('http:', 'https:'); } ์ถ์ฒ: https://greendreamtrre.tistory.com/672 Javascript (์๋ฐ์คํฌ๋ฆฝํธ) HTTP ์ ์ ์ HTTPS๋ก ๋ฆฌ๋ค์ด๋ ํธ ๋ณดํต์ ํฐ์บฃ ์๋ฒ ์ค์ ๋ฑ์์ ์๋์ผ๋ก ๋ฆฌ๋ค์ด๋ ํธ ์ํค๋๋ก ํ์ง๋ง ๊ฐ ํ์ด์ง๋ง๋ค.. 2023. 5. 18. ๋ฆฌ๋ ์ค - ์๋ชป ์ค์นํ ํจํค์ง ๊ฐ์ ์ญ์ (dpkg --purge) sudo dpkg --purge sudo dpkg --purge --force-remove-reinstreq ์ถ์ฒ: https://wiki.terzeron.com/ko/OS_%EC%9D%BC%EB%B0%98_%EC%8B%9C%EC%8A%A4%ED%85%9C/Unix%EC%99%80_Linux_Tips/Ubuntu_Linux%EC%97%90%EC%84%9C_%EC%9E%98%EB%AA%BB_%EC%84%A4%EC%B9%98%EB%90%9C_%ED%8C%A8%ED%82%A4%EC%A7%80_%EC%A0%9C%EA%B1%B0%ED%95%98%EA%B8%B0 Ubuntu Linux์์ ์๋ชป ์ค์น๋ ํจํค์ง ์ ๊ฑฐํ๊ธฐ wiki.terzeron.com 2023. 5. 18. ์๋์ฐ - ๋ ์ง์คํธ๋ฆฌ ํ๋ก๊ทธ๋จ ์๋ ์คํ ๋ฑ๋ก(\CurrentVersion\Run) HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Run HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\RunOnce HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Run HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\RunOnce Run: ๋งค๋ฒ ์ปดํจํฐ๊ฐ ๋ถํ ๋ ๋๋ง๋ค ์คํ RunOnce: ์ปดํจํฐ๊ฐ ๋ถํ ๋ ๋ ํ๋ฒ๋ง ์คํ cmd.exe reg add "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Run" /v "auto run.. 2023. 5. 17. ๋ฆฌ๋ ์ค - WSL 2 Ubuntu ๊ธฐ๋ณธ ๋ก๊ทธ์ธ ์ฌ์ฉ์ ๋ณ๊ฒฝ ๋ฐฉ๋ฒ 1. ํ์ค ๋ช ๋ น์ด๋ก ๊ธฐ๋ณธ ๋ก๊ทธ์ธ ์ฌ์ฉ์ ๋ณ๊ฒฝ ubuntu config --default-user ์ถ์ฒ: https://askubuntu.com/questions/816732/how-to-change-default-user-in-wsl-ubuntu-bash-on-windows-10 How to change default user in WSL Ubuntu bash on Windows 10 I installed the WSL Bash on Windows 10 and set my user to e.g. 'abc' but now I want to change it to something else. How can I change the user name of the user I'm logged in as? W.. 2023. 5. 17. ๋ฆฌ๋ ์ค - WSL 2 Ubuntu ๋๋ผ์ด๋ธ ๋ณ๊ฒฝ(C:๋๋ผ์ด๋ธ์์ D:๋๋ผ์ด๋ธ๋ก) ์ปดํจํฐ์ WSL 2 Ubuntu๊ฐ ์ค์น๋ ์ง ํ์ธํ๋ ๋ช ๋ น์ด wsl --list -v WSL 2 Ubuntu ์ข ๋ฃ ๋ช ๋ น์ด wsl -t Ubuntu C: ๋๋ผ์ด๋ธ์ ์ค์น๋ WSL 2 Ubuntu Export ํ๊ธฐ wsl --export Ubuntu "D:\wsl_export\ubuntu-ex.tar" C: ๋๋ผ์ด๋ธ์ WSL 2 Ubuntu ์ ๊ฑฐ wsl --unregister Ubuntu D: ๋๋ผ์ด๋ธ์ WSL 2 Ubuntu ๋ฑ๋ก wsl --import Ubuntu "D:\wsl_import\ubuntu" "D:\wsl_export\ubuntu-ex.tar" ์ถ์ฒ: https://dev.to/mefaba/installing-wsl-on-another-drive-in-windows-5c4a Installin.. 2023. 5. 17. ๋ฆฌ๋ ์ค - ๋ฐ์คํฌํฑ ํ๊ฒฝ ํ ๋ง ๋ชจ์ https://www.pling.com/ www.pling.com A community where developers and artists share applications, themes and other content www.pling.com 2023. 5. 17. ๋ฆฌ๋ ์ค - GNOME ํ์ฅ ๋ชจ์(GNOME EXTENSIONS) https://extensions.gnome.org/ ๊ทธ๋ ์ ํ์ฅ extensions.gnome.org 2023. 5. 17. ๋ฆฌ๋ ์ค - ๋ฐํํ๋ฉด ๋ฐ ํ๋ก๊ทธ๋จ ํ์์ ํ๋ก๊ทธ๋จ ์์ด์ฝ ์์ฑ(.desktop) /usr/share/applications/program.desktop [Desktop Entry] Type=Application Name=Program Name Comment=Program Comment Icon=/home/user/icon.png Exec=/home/user/program.sh Terminal=false Categories=Development;python;bash; chmod g+r /usr/share/applications/program.desktop chmod o+r /usr/share/applications/program.desktop ์ถ์ฒ: https://quitlee.blogspot.com/2018/04/ubuntu_2.html ์ฐ๋ถํฌ[ubuntu] ๋ฐ์ฒ(์๋์ฐ ๋ฉ๋ด)์ ์.. 2023. 5. 16. ์๋์ฐ - NTFS ํํฐ์ ํ์ผ ์์ถ ๋ช ๋ น์ด(compact) ์์ถ (ํ์ ๋๋ ํฐ๋ฆฌ ํฌํจ) COMPACT /C /S:"C:\Somefolder" ์์ถ ํ๊ธฐ (ํ์ ๋๋ ํฐ๋ฆฌ ํฌํจ) COMPACT /U /S:"C:\Somefolder" ํ์ฌ ๋๋ ํฐ๋ฆฌ์ ์์ถ ์ํ ํ์ธ (ํ์ ๋๋ ํฐ๋ฆฌ ํฌํจ) COMPACT /S compact ๋ช ๋ น์ด ๋์๋ง (compact /?) NTFS ํํฐ์ ์ ์๋ ํ์ผ์ ์์ถ์ ํ์ํ๊ฑฐ๋ ๋ฐ๊ฟ๋๋ค. COMPACT [/C | /U] [/S[:๋๋ ํฐ๋ฆฌ]] [/A] [/I] [/F] [/Q] [/EXE[:์๊ณ ๋ฆฌ์ฆ]] [/CompactOs[:์ต์ ] [/WinDir:๋๋ ํฐ๋ฆฌ]] [ํ์ผ ์ด๋ฆ [...]] /C ์ง์ ํ ํ์ผ์ ์์ถํฉ๋๋ค. ๋๋ ํฐ๋ฆฌ๊ฐ ํ์๋๊ณ /EXE๊ฐ ์ง์ ๋์ง ์์ ๊ฒฝ์ฐ ๋์ค์ ์ถ๊ฐ๋ ํ์ผ๋ ์์ถํฉ๋๋ค. /U ์ง์ ํ ํ์ผ์ ์์ถ์ ํ๋๋ค. ๋๋ ํฐ.. 2023. 5. 15. ์๋์ฐ - ์ฐ์๋์ง ์์ ํํฐ์ ํฉ์น๊ธฐ(AOMEI Partition Assistant) 1. AOMEI Partition Assistant ํ๋ฆฌ์จ์ด ์ค์น https://www.diskpart.com/download-home.html Download Magic Free Partition Manager Software - AOMEI Partition Assistant Standard www.diskpart.com - ์ค์น ๊ณผ์ ์ค ๋ฐ๋ชจ ๋ฒ์ ์ฒดํ ๋ง๊ณ ๊ทธ๋ฅ ์ผ๋ฐ ๋ฌด๋ฃ ๋ฒ์ ์ผ๋ก ์ ํํ์ฌ ์ค์น๋ฅผ ์งํํ๋ค. 2. diskmgmt.msc์์ ๋น ๋์คํฌ ๊ณต๊ฐ ๋ง๋ค๊ธฐ 3. AOMEI Partition Assistant ํ๋ก๊ทธ๋จ ์ค์น ํ ํ๋ฉด์์ ํฌ๊ธฐ ๋๋ฆด ํํฐ์ ์ฐํด๋ฆญ ํ์ฌ Merge Partitions ์ ํ ํ ์๋จ์ ์ ์ฉ(Apply) ํด๋ฆญ 4. ์ฒ์์๋ ํ๋ก๊ทธ๋จ ๋ด์์ ์์ ์ ์ฒ๋ฆฌํ๋ค๊ฐ ์ฌ๋ถํ ํ์ .. 2023. 5. 15. ์ด์ 1 ยทยทยท 13 14 15 16 17 18 19 ยทยทยท 60 ๋ค์ 728x90