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

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

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

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

도구 디렉토리

카테고리

모든 카테고리 보기
Loading categories
droid-hunter — (더 이상 사용되지 않음) Android 애플리케이션 취약점 분석 및 Android 침투 테스트 도구 | Kitploit
도구/GitHubGitHub/hahwul/droid-hunter
Android SecurityStatic AnalysisVulnerability AnalysisMobile App PentestingInformation GatheringPenetration TestingArchived
GitHubhahwul/droid-hunter

droid-hunter

(더 이상 사용되지 않음) Android 애플리케이션 취약점 분석 및 Android 침투 테스트 도구

저장소 보기
311777년 전Kitploit 검토 완료

인기

모두 보기 →

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

모든 도구 탐색

도구 컬렉션을 둘러보세요

모든 도구 보기 →
공유

MIT License

root@kitploit:~
        .---.        .-----------
       /     \  __  /    ------
      / /     \(  )/    -----     ╔╦╗╦═╗╔═╗╦╔╦╗   ╦ ╦╦ ╦╔╗╔╔╦╗╔═╗╦═╗
     //////   ' \/ `   ---         ║║╠╦╝║ ║║ ║║───╠═╣║ ║║║║ ║ ║╣ ╠╦╝
    //// / // :    : ---          ═╩╝╩╚═╚═╝╩═╩╝   ╩ ╩╚═╝╝╚╝ ╩ ╚═╝╩╚═
   // /   /  /`    '--                         By HaHwul
  //          //..\\                         www.hahwul.com
         ====UU====UU====         https://github.com/hahwul/droid-hunter
             '//||\\`
               ''``

DROID-HUNTER

1. DROID-HUNTER

안드로이드 애플리케이션 취약점 분석 및 안드로이드 침투 테스트 도구


A. 지원
> 앱 정보 확인
> 안드로이드 앱 백스몰링
> 안드로이드 앱 디컴파일
> 클래스 파일 추출
> 자바 코드 추출
> 패턴 기반 정보 유출

2. 설치 방법?

A. 다운로드(클론) 및 DROID-HUNTER 압축 해제

git clone https://github.com/hahwul/droid-hunter.git
cd droid-hunter

B. Ruby GEM 설치

gem install html-table
gem install colorize

C. 외부 도구 설정

"./config/config.rb" 편집

root@kitploit:~
# Tool path
$p_adb = "/usr/bin/adb"     
$p_aapt = "/usr/bin/aapt"   # Path aapt
                            # macOS > (https://github.com/hahwul/droid-hunter/issues/12)
$p_dex2jar = File.dirname(__FILE__)+"/../ex_tool/dex2jar-0.0.9.15/dex2jar.sh"
$p_apktool = File.dirname(__FILE__)+"/../ex_tool/apktool/apktool_2.3.1.jar"
$p_jad = File.dirname(__FILE__)+"/../ex_tool/jad/jad"
$p_grep = "/bin/grep"
$p_unzip = "/usr/bin/unzip"
$p_sfilter = File.dirname(__FILE__)+"/../string_filter"

D. DROID-HUNTER 실행

ruby dhunter.rb

3. 사용 방법?

root@kitploit:~
Usage: ruby dhunter.rb [APK]
Command
-a, --apk : 안드로이드 APK 파일 분석.
 + APK 분석
   => dhunter -a 123.apk[apk file]
   => dhunter --apk 123.apk aaa.apk test.apk hwul.apk
-p, --pentest : 기기 침투 테스트
 + 안드로이드 침투 테스트
   => dhunter -p device[device code]
   => dhunter --pentest device
-v, --version : 이 droid-hunter 버전 표시
-h, --help : 도움말 페이지 표시

4. 지원

버그: 이슈 추가(github)
연락처: [email protected]

5. 할 일 목록

취약점 스캐닝 모듈 추가
문자열 패턴 업데이트
인텐트 다이어그램


6. 스크린샷

도구 다운로드