Skip to content
KitploitKITPLOIT
도구블로그
제출
도구블로그
제출

해킹, 침투 테스트 및 사이버 보안 도구를 당신의 보안 무기고에!

Kitploit은 해킹, 사이버 보안 및 침투 테스트 도구 디렉토리입니다. 최신 프로젝트 업데이트를 발견하여 취약점을 찾고, 시스템을 분석하고, 테스트를 자동화하고, 보안을 강화하세요.

··피드·문의·개인정보·© 2026 Kitploit

도구 디렉토리

카테고리

모든 카테고리 보기
Loading categories
drozer — Android를 위한 선도적인 보안 평가 프레임워크. | Kitploit
도구/GitHubGitHub/reverseclabs/drozer
Android SecurityExploit FrameworksVulnerability AnalysisMobile App PentestingPenetration TestingMobile Security
GitHubreverseclabs/drozer

drozer

Android를 위한 선도적인 보안 평가 프레임워크.

저장소 보기
4.6k8454개월 전Kitploit 검토 완료

인기

모두 보기 →

커뮤니티에서 가장 많이 사용되는 도구를 찾아보세요.

모든 도구 탐색

도구 컬렉션을 둘러보세요

모든 도구 보기 →
공유
웹사이트

drozer

drozer는 Android를 위한 보안 테스트 프레임워크입니다.

drozer는 앱의 역할을 가정하고 Android Runtime, 다른 앱의 IPC 엔드포인트 및 기본 OS와 상호작용하여 앱과 기기에서 보안 취약점을 검색할 수 있게 해줍니다.

drozer는 공개된 Android 익스플로잇을 사용, 공유 및 이해하는 데 도움이 되는 도구를 제공합니다.

drozer는 Reversec에서 유지 관리하는 오픈 소스 소프트웨어입니다. 입문 사용자 가이드는 Reversec Labs에서 찾을 수 있습니다.

NOTE

이것은 다시 작성된 drozer 버전의 BETA 릴리스입니다. 이 버전은 python3을 지원하도록 업데이트되었습니다.

현재 다음과 같은 알려진 문제가 있습니다:

  • 사용자 정의 에이전트 기능을 빌드하면 drozer 클라이언트가 충돌합니다. 이 기능은 부활한 drozer 프로젝트의 베타 릴리스 범위에서 제외됩니다.

Docker Container

drozer가 모든 시스템에서 실행될 수 있도록 하기 위해 작동하는 drozer 빌드가 포함된 Docker 컨테이너가 생성되었습니다.

  • Docker 컨테이너 및 기본 설정 지침은 여기에서 찾을 수 있습니다.
  • 자체 Docker 컨테이너를 빌드하는 방법은 여기에서 확인할 수 있습니다.

Manual Building and Installation

Software pre-requisites

  1. Python3.8
  2. Protobuf 4.25.2 or greater
  3. Pyopenssl 22.0.0 or greater
  4. Twisted 18.9.0 or greater
  5. Distro 1.8.0 or greater
  6. Java Development Kit 11 or greater

Installing

pip 또는 pipx(가능한 경우 선호)를 사용하여 PyPI에서 최신 drozer 릴리스를 설치할 수 있습니다:

root@kitploit:~
pipx install drozer

또는 GitHub에서 개별 릴리스를 다운로드하여 다음을 실행할 수 있습니다:

root@kitploit:~
pipx install ./drozer-*.whl

아직 하지 않았다면 다음을 실행하는 것을 고려하세요:

root@kitploit:~
pipx ensurepath

pipx로 설치된 패키지가 PATH에 나타나도록 합니다.

Building

소스에서 drozer를 빌드하려면 다음을 실행할 수 있습니다.

root@kitploit:~
git clone https://github.com/ReversecLabs/drozer.git
cd drozer
pip install .

특정 SDK에 대해 Android 네이티브 구성 요소를 빌드하려면 ANDROID_SDK 환경 변수를 경로로 설정할 수 있습니다. 예:

Linux/macOS:

root@kitploit:~
export ANDROID_SDK=/home/drozerUser/Android/Sdk/platforms/android-34/android.jar

Windows - PowerShell:

root@kitploit:~
New-Item -Path Env:\ANDROID_SDK -Value 'C:\Users\drozerUser\AppData\Local\Android\sdk\platforms\android-34\android.jar'

Windows - cmd:

root@kitploit:~
set ANDROID_SDK = "C:\Users\drozerUser\AppData\Local\Android\sdk\platforms\android-34\android.jar"

사용되는 d8 도구의 위치는 D8을 설정하여 변경할 수도 있습니다.

Usage

Installing the Agent

drozer는 Android Debug Bridge(adb)를 사용하여 설치할 수 있습니다.

최신 drozer Agent를 여기에서 다운로드하세요.

root@kitploit:~
adb install drozer-agent.apk

Setup for session

이제 PC에 drozer Console이 설치되어 있고 테스트 장치에서 Agent가 실행 중이어야 합니다. 이제 두 가지를 연결하면 탐색을 시작할 준비가 됩니다.

이를 위해 drozer Agent에 내장된 서버를 사용합니다. 먼저 Agent를 실행하고 "Embedded Server" 옵션을 선택한 다음 "Enable"을 탭하여 서버를 시작합니다. 서버가 시작되었다는 알림이 표시됩니다.

그런 다음 아래 옵션 중 하나를 따르세요.

Option 1: Connect to the phone via network

기본적으로 drozer Agent는 모든 인터페이스의 포트 31415에서 들어오는 TCP 연결을 수신합니다. Agent에 연결하려면 다음 명령을 실행하세요:

root@kitploit:~
drozer console connect --server <phone's IP address>

Docker 컨테이너를 사용하는 경우 해당 명령은 다음과 같습니다:

root@kitploit:~
docker run --net host -it drozerdocker/drozer console connect --server <phone's IP address>

Option 2: Connect to the phone via USB

일부 시나리오에서는 네트워크를 통해 장치에 연결하는 것이 불가능할 수 있습니다. 이러한 시나리오에서는 adb의 포트 포워딩 기능을 활용하여 USB를 통해 연결을 설정할 수 있습니다.

먼저 PC가 에뮬레이터 내부 또는 장치에서 Agent가 연 TCP 소켓에 연결할 수 있도록 적절한 포트 포워드를 설정해야 합니다. 기본적으로 drozer는 포트 31415를 사용합니다.

root@kitploit:~
adb forward tcp:31415 tcp:31415

이제 localhost에 연결하여 drozer Agent에 연결할 수 있습니다(또는 대상 IP를 지정하지 않음).

root@kitploit:~
drozer console connect

Confirming a successful connection

다음과 같은 drozer 명령 프롬프트가 표시됩니다:

root@kitploit:~
Selecting ebe9fcc0c47b28da (Google sdk_gphone64_x86_64 12)

            ..                    ..:.
           ..o..                  .r..
            ..a..  . ....... .  ..nd
              ro..idsnemesisand..pr
              .otectorandroidsneme.
           .,sisandprotectorandroids+.
         ..nemesisandprotectorandroidsn:.
        .emesisandprotectorandroidsnemes..
      ..isandp,..,rotecyayandro,..,idsnem.
      .isisandp..rotectorandroid..snemisis.
      ,andprotectorandroidsnemisisandprotec.
     .torandroidsnemesisandprotectorandroid.
     .snemisisandprotectorandroidsnemesisan:
     .dprotectorandroidsnemesisandprotector.

drozer Console (v3.0.0)
dz>

프롬프트는 연결된 장치의 Android ID, 제조업체, 모델 및 Android 소프트웨어 버전을 확인합니다.

이제 장치 탐색을 시작할 준비가 되었습니다.

Command Reference

License

drozer는 3-Clause BSD 라이선스로 배포됩니다. 자세한 내용은 LICENSE를 참조하세요.

Contacting the Project

drozer는 커뮤니티의 기여로 훌륭해진 오픈 소스 소프트웨어입니다.

전체 소스 코드, 버그 신고, 기능 제안 및 패치 기여를 위해 GitHub 프로젝트를 방문해 주세요:

https://github.com/ReversecLabs/drozer

버그 신고, 기능 요청, 의견 및 질문은 여기로 제출할 수 있습니다.

도구 다운로드
CommandDescription
rundrozer 모듈을 실행합니다.
list현재 세션에서 실행할 수 있는 모든 drozer 모듈 목록을 표시합니다. 실행할 적절한 권한이 없는 모듈은 숨깁니다.
shellAgent 프로세스의 컨텍스트에서 장치에서 대화형 Linux 셸을 시작합니다.
cd특정 네임스페이스를 세션의 루트로 마운트하여 모듈의 전체 이름을 반복해서 입력하지 않도록 합니다.
cleandrozer가 Android 장치에 저장한 임시 파일을 제거합니다.
contributorsdrozer 프레임워크 및 시스템에서 사용 중인 모듈에 기여한 사람들의 목록을 표시합니다.
echo콘솔에 텍스트를 출력합니다.
exitdrozer 세션을 종료합니다.
help특정 명령 또는 모듈에 대한 도움말을 표시합니다.
loaddrozer 명령이 포함된 파일을 로드하고 순차적으로 실행합니다.
module인터넷에서 추가 drozer 모듈을 찾아 설치합니다.
permissionsdrozer Agent에 부여된 권한 목록을 표시합니다.
setdrozer가 생성하는 모든 Linux 셸에 환경 변수로 전달될 변수에 값을 저장합니다.
unsetdrozer가 생성하는 Linux 셸에 전달하는 명명된 변수를 제거합니다.