일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
Tags
- phase_4
- phase_3
- IDS
- 스테가노
- 명령어
- binarybomb
- 리버싱
- 리눅스
- reversingg
- pwnable
- 서브모터
- Bomb
- gdb
- 파일
- pwntool
- phase_6
- mandb
- Linux
- 툴
- bomb lab
- Reversing
- 침입감지시스템
- bomblab
- 밤랩
- 디렉터리
- phase_5
- phase_1
- 아두이노
- phase_2
- 데이터 형태
Archives
- Today
- Total
Flag={C0MPU73R}
(리눅스) telnet 설치 본문
yum -y install telnet
yum -y install telnet-server
systemctl start telnet.socket
#윈도우에서 telnet 연결하려면 23번 포트 열어줘야함
firewall-cmd --permanent --zone=public --add-port=23/tcp
firewall-cmd --reload
'리눅스 명령어' 카테고리의 다른 글
(리눅스) 명령어 - rm (0) | 2018.09.28 |
---|---|
(리눅스) 명령어 - touch (0) | 2018.09.28 |
(리눅스) 명령어 - file (0) | 2018.09.28 |
(리눅스) 디렉터리 관리 명령어 (0) | 2018.09.27 |
(리눅스) 명령어 - whereis (0) | 2018.09.27 |