일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- Reversing
- 밤랩
- IDS
- Linux
- 디렉터리
- pwnable
- pwntool
- 서브모터
- phase_2
- phase_5
- bomb lab
- reversingg
- 아두이노
- 명령어
- 데이터 형태
- mandb
- bomblab
- 툴
- phase_6
- Bomb
- 리버싱
- phase_3
- phase_1
- gdb
- 침입감지시스템
- binarybomb
- 리눅스
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 |