일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- gof design pattern
- base64
- 리버스쉘
- nc reverse shell
- 암표거래
- madia designer ui design
- 객체 상속 속성 인스턴스 메소드 오퍼레이션
- prototypepattern 예시 example
- ui 디자인 기본원칙
- 상태다이어그램
- sofrware architeture
- status diagram
- 클래스 관계
- bandit21
- 소프트웨어공학 디자인패턴
- telnet
- strucuture charat
- 생성패턴 행위패턴 구조패턴
- cron
- factory metohd pattern
- 디자인패턴
- 팬인과 팬아웃
- ssh
- 구조적 설계
- usecase description
- Bandit
- fan-in fan-out
- UseCase
- 매크로를 바라보는 시각
- 모듈구조도
- Today
- Total
목록nc reverse shell (2)
2.log
✅ Level 20 : There is a setuid binary in the homedirectory that does the following: it makes a connection to localhost on the port you specify as a commandline argument. It then reads a line of text from the connection and compares it to the password in the previous level (bandit20). If the password is correct, it will transmit the password for the next level (bandit21). 🖊︎ backdoor shell 취약점 이용..
NC(NetCat) TCP or UDP 프로토콜을 이용해 데이터 읽고 쓰는 네트워크 유틸리티 프로그램으로, 서버와 클라이언트 역할 모두 수행하며 proxy, ssl/tls 암호화 통신 등 다양한 기능 지원 거의 모든 종류의 접속 형태를 만들어 낼 수 있어 네트워크 디버깅, 테스트 툴로서 매우 편리하게 이용되지만 그만큼 해킹에도 이용 범위가 넓음 주요 옵션 -c 쉘 커맨드 수행, 명령어 실행하는 -e 와 유사하게 사용가능 [ex] -e /bin/sh -l listen mode(서버모드) 로 동작 -p 로컬 포트 지정 서버모드로 동작하는 경우 listen 포트 지정 -u UDP 프로토콜 모드로 동작 -v 상태메시지 출력 추가메시지 출력 원한다면 -vv -e 연결 수립 후 프로그램 실행 -w secs 타임아웃..