Systemhacking/Base info
Tools setting
reindeer002
2021. 1. 22. 18:41
728x90
[운영체제]
본 스토리에서는 우분투 16.04.7 64bit 버전을 사용한다.
(우분투 다운로드에 대한 글은 아래를 참고하라)
우분투(Ubuntu 16.04 LTS) 설치하기 :: EMAPP.cc
우분투(Ubuntu 16.04 LTS) 설치하기
이번 포스팅은 우분투(Ubuntu 16.04 LTS) 설치 디스크로 부팅 후부터 다룹니다. 설치 USB 만들기나 VMware 가상 머신에서의 설치 방법은 이전 포스팅을 참고해주세요 2019/09/01 - [OS/Ubuntu] - 우분투(Ubuntu..
blog.emapp.cc
[Tools]
0. terminator
$ sudo apt-get install terminator
1. pwndbg or peda
단, pwndbg의 경우 ubuntu16 환경에서 아래 명령어를 통해 tag를 이동한 후 설치하도록 한다.
$ git checkout tags/2020.07.23 |
2. checksec
$ git clone https://github.com/slimm609/checksec.sh $ sudo cp checksec.sh/checksec /usr/local/bin/ |
3. python3
4. pwntools
Pwntools 기본 사용법
Pwntools 소개 Pwntools 는 리눅스 환경에서 익스플로잇을 짜는 것을 쉽게 할 수 있게 해주는 파이썬 라이브러리다. 공식 Github 주소 : https://github.com/Gallopsled/pwntools 공식 문서 주소 : http://docs...
tekiter.tistory.com
728x90