리버스쉘로 쉘을 얻었을 때 /bin/sh 같은 경우 쉘 달러가 안보인다. 

그래서 이를 python의 pty 모듈을 이용해 bash 쉘을 띄워주는 역할을 할 수 있다.

 

inline으로 python의 pty 모듈을 import해서 spawn함수를 통해 /bin/bash를 실행시키면 아래와 같이 bash 쉘이 떨어진다.

 

 

'HACKING > System hacking' 카테고리의 다른 글

javascript engine fuzzing and exploitation reading list  (0) 2020.09.07
Node.js reverse Shell  (0) 2019.09.21
bash trick(꿀 tip)  (0) 2019.08.21
tips for find binsh address using pwntool  (0) 2019.07.05
unsafe unlink  (0) 2019.06.06

+ Recent posts