일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | ||||||
2 | 3 | 4 | 5 | 6 | 7 | 8 |
9 | 10 | 11 | 12 | 13 | 14 | 15 |
16 | 17 | 18 | 19 | 20 | 21 | 22 |
23 | 24 | 25 | 26 | 27 | 28 | 29 |
30 | 31 |
Tags
- Cybersecurity
- hacker
- 정보보안산업기사 필기
- 디지털포렌식 전문가 2급
- 자격증
- 디지털포렌식
- 포렌식
- Hack The Box
- picoGym
- picoCTF 2021
- CTF
- TryHackMe
- 리눅스마스터 2급 2차
- flag
- htb
- 리눅스마스터 자격증
- Capture The Flag
- picoCTF
- 정보보안산업기사 자격증
- kali-linux
- Whitehacker
- 정보보안
- root
- TryHackeMe
- THM
- 25 Days of Cyber Security
- hackthebox
- INFOSEC
- 디지털포렌식 자격증
- 해킹
Archives
- Today
- Total
root@j4sper:~#
picoCTF 2021 | Wave a flag 본문
Workstation | |
Virtual Box | VMware Fusion 12.1.1 |
OS | kali-linux-2021.1 |
Hint
- This program will only work in the webshell or another Linux computer.
- To get the file accessible in your shell, enter the following in the Terminal prompt: $ wget https://mercury.picoctf.net/static/cfea736820f329083dab9558c3932ada/warm
- Run this program by entering the following in the Terminal prompt: $ ./warm, but you'll first have to make it executable with $ chmod +x warm
- -h and --help are the most common arguments to give to programs to get more information from them!
- Not every program implements help features like -h and --help.
This program 버튼을 클릭해 warm 프로그램 파일을 다운받을 수 있다.
warm은 프로그램 파일이므로 실행 권한을 부여한다.
$ sudo chmod +x warm
실행 권한을 부여한 후에 warm 파일을 실행시키면 -h 옵션을 이용해 사용법을 알아내라고 한다.
$ ./warm -h
Flag = picoCTF{b1scu1ts_4nd_gr4vy_30e77291}
'Walkthrough > picoCTF' 카테고리의 다른 글
picoCTF 2021 | GET aHEAD (0) | 2021.04.25 |
---|---|
picoCTF 2021 | Static ain't always noise (0) | 2021.04.22 |
picoCTF 2021 | Python Wrangling (0) | 2021.04.21 |
picoCTF 2021 | Mod 26 (0) | 2021.04.21 |
picoCTF 2021 | Obedient Cat (0) | 2021.04.21 |
Comments