pwnable

pwntools를 이용한 바이너리 download

범고래_1 2018. 7. 16. 16:01

from pwn import *


shell = ssh(host='pwnable.kr', user='starcraft', password='guest', port=2222)

shell.download_file('starcraft')


또는 

shell.downloads('starcraft')

'pwnable' 카테고리의 다른 글

쉘코드 모음  (0) 2018.08.02
메모리 구조  (0) 2018.07.26
aslr 걸려있는지 확인  (0) 2018.07.09
리버스 커넥션 (리버스 쉘)  (0) 2018.07.09
peda 명령어 이것저것  (0) 2018.07.09