
AndroBugs Framework는 개발자나 해커가 안드로이드 애플리케이션에서 잠재적인 보안 취약점을 찾는 데 도움을 주는 효율적인 안드로이드 취약점 스캐너입니다. Windows에 설치할 필요가 없습니다.
AndroBugs Framework는 Android 개발자나 해커가 Android 애플리케이션에서 잠재적인 보안 취약점을 찾을 수 있도록 도와주는 Android 취약점 분석 시스템입니다. 화려한 GUI 인터페이스는 없지만, 가장 효율적이며(평균 스캔당 2분 미만) 더 정확합니다.
버전: 1.0.0
####기능:####
<Hacker>로 표시, 앱 재패키징 해킹용으로 설계됨)##저자
Microsoft Windows에서 Android 개발자나 해커가 쉽게 사용할 수 있습니다: (a) Python 2.7을 설치할 필요 없음 (b) 타사 라이브러리를 설치할 필요 없음 (c) AndroBugs Framework를 설치할 필요 없음
androbugs.exe -handrobugs.exe -f [APK file]AndroBugs_MassiveAnalysis.exe -hAndroBugs_MassiveAnalysis.exe -b 20151112 -t BlackHat -d .\All_Your_Apps\ -o .\Massive_Analysis_ReportsAndroBugs_ReportByVectorKey.exe -hAndroBugs_ReportByVectorKey.exe -v WEBVIEW_RCE -l Critical -b 20151112 -t BlackHat####AndroBugs Framework 실행:####
python androbugs.py -f [APK file]
####사용법 확인:####
python androbugs.py -h
전제 조건: MongoDB를 설정하고 "androbugs-db.cfg"에서 자신의 MongoDB 설정을 구성하세요.
####AndroBugs Framework의 대량 분석 실행:####
python AndroBugs_MassiveAnalysis.py -b [Your_Analysis_Number] -t [Your_Analysis_Tag] -d [APKs input directory] -o [Report output directory]
예시:
python AndroBugs_MassiveAnalysis.py -b 20151112 -t BlackHat -d ~/All_Your_Apps/ -o ~/Massive_Analysis_Reports
####대량 분석의 요약 보고서와 모든 벡터 가져오기:####
python AndroBugs_ReportSummary.py -m massive -b [Your_Analysis_Number] -t [Your_Analysis_Tag]
예시:
python AndroBugs_ReportSummary.py -m massive -b 20151112 -t BlackHat
####벡터 ID 및 심각도 수준(로그 수준)별로 잠재적 취약 앱 나열:####
python AndroBugs_ReportByVectorKey.py -v [Vector ID] -l [Log Level] -b [Your_Analysis_Number] -t [Your_Analysis_Tag]
python AndroBugs_ReportByVectorKey.py -v [Vector ID] -l [Log Level] -b [Your_Analysis_Number] -t [Your_Analysis_Tag] -a
예시:
python AndroBugs_ReportByVectorKey.py -v WEBVIEW_RCE -l Critical -b 20151112 -t BlackHat
python AndroBugs_ReportByVectorKey.py -v WEBVIEW_RCE -l Critical -b 20151112 -t BlackHat -a
##요구 사항
##라이선스