일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- 취약점
- 리눅스
- 알고리즘
- 리버싱
- Leviathan
- 드론
- 시스템
- 시스템 프로그래밍
- Pwnable.kr
- 프로그래밍
- pwn.college
- 리눅스 커널
- 워게임
- 리눅스커널
- pwncollege
- 커널
- kernel
- 어셈블리어
- write up
- 시그널
- wargame
- 시스템해킹
- C언어
- px4
- css
- 컴퓨터구조
- C++
- Bandit
- radare2
- 시스템프로그래밍
Archives
- Today
- Total
목록Branch (1)
Computer Security
#17 Wargame bandit 14 (Level28 ~ Level30), branch,git log,git show,git checkout 명령어
Level28 -> Level29 ssh://bandit28-git@localhost/home/bandit28-git/repo에 git 저장소가 있습니다. bandit28-git 사용자의 비밀번호는 bandit28 사용자의 비밀번호와 동일합니다. 저장소를 복제하고 다음 레벨의 비밀번호를 찾으십시오. git log git log는 현재 브랜치의 커밋 이력을 볼 수 있는 명령어다. $ git log # 현재 브랜치의 커밋 이력을 보는 명령어 # HEAD와 관련된 커밋들이 자세하게 나온다 $ git log -n # 전체 커밋 중에서 최신 n개의 커밋을 살펴본다 $ git log --oneline --graph --decorate --all # 모든 브랜치들을 보고 싶을 때 # --oneline : 현재 커밋을..
Wargame:Bandit
2022. 7. 24. 18:30