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

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

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

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

도구 디렉토리

카테고리

모든 카테고리 보기
Loading categories
iOSForensic — iOS 포렌식 도구 | Kitploit
도구/GitHubGitHub/flo354/iosforensic
iOS SecurityForensicsInformation GatheringMobile ForensicsDigital ForensicsLog AnalysisArchived
GitHubflo354/iosforensic

iOSForensic

iOS 포렌식 도구

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

인기

모두 보기 →

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

모든 도구 탐색

도구 컬렉션을 둘러보세요

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

iOSForensic

iosForensic는 iOS 포렌식 분석을 돕는 파이썬 도구입니다. 파일과 로그를 가져오고, sqlite3 데이터베이스를 추출하며, .plist 파일을 XML로 압축 해제합니다.

설치

이 git 저장소를 복제하고 의존성을 설치하기만 하면 됩니다.

의존성

Linux

  • OpenSSH
  • sshpass
  • sqlite3
  • python >= 2.6
  • Python-magic
  • plistutil

기기

  • 탈옥된 기기
  • OpenSSH
  • syslogd를 /var/log/syslog로 (이것은 애플리케이션 이름입니다. 설치 후 휴대폰을 재시작하세요)
  • Wi-Fi 켜짐
  • 일부 펌웨어에서는 USB 연결이 필요합니다.

사용 방법

옵션

  • -h --help : 도움말 메시지 표시
  • -a --about : 정보 표시
  • -v --verbose : 상세(verbose) 모드
  • -i --ip : iOS 단말기의 로컬 IP 주소
  • -p --port : iOS 단말기의 SSH 포트 (기본값 22)
  • -P --password : iOS 단말기의 root 비밀번호 (기본값 alpine)

예제

root@kitploit:~
./iOSForensic.py -i 192.168.1.10 [OPTIONS] APP_NAME.app INCOMPLETE_APP_NAME APP_NAME2_WITHOUT_DOT_APP
./iOSForensic.py -i 192.168.1.10 -p 1337 -P pwd MyApp.app angry MyApp2

작성자

이 도구는 Florian Pradines(Phonesec)이 작성했으며, 2014년 6월부터 OWASP iOS 보안 프로젝트로 등재되었습니다.

제 웹사이트를 통해 연락하실 수 있습니다.

라이선스

root@kitploit:~
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program.  If not, see <http://www.gnu.org/licenses/>.
도구 다운로드