본문 바로가기
프로그래밍/Python

Python telnetlib

by 즉흥 2017. 5. 10.
728x90
반응형
1
2
3
4
5
6
7
import telnetlib
 
tn = telnetlib.Telnet("127.0.0.1", port=5021)
 
print tn.read_until('\n')
 
tn.write("flag");
cs




라이트업 보다가 편해보여서 따옴.


좋은 라이브러리다.

728x90
반응형

'프로그래밍 > Python' 카테고리의 다른 글

python simple reflector server  (0) 2023.01.05
how to get pid  (0) 2019.01.30
Python GetProcAddress  (4) 2017.02.23
Python Socket example  (0) 2016.09.17
python Convert list to ascii  (0) 2016.07.05

댓글