-
[Pwnable] Generate prompt in Reverse shell with pythonNotepad/Pwnable 2021. 8. 19. 11:30
python pty 모듈로 리버스쉘에서 프롬프트 만들어주기
revserse shell reverse shell로 붙으면 이렇게 프롬프트가 없다.
짠 python -c 'import pty;pty.spawn("/bin/bash")' 이렇게 만들어주면 됨
'Notepad > Pwnable' 카테고리의 다른 글
[Pwnable] jmp, call 차이 (RTL chaning할 때 RET) (2) 2021.11.03 [Pwnable] stdin, stodout offset (pwntools) (0) 2021.10.25 [Pwnable] Generate shellcode with gdb-peda (0) 2021.08.18 [Pwnable] RET Sled (0) 2021.07.15 [Pwnable] RTL (Return-To-Libc) (0) 2021.07.14