
iOS 포렌식 도구
iosForensic는 iOS 포렌식 분석을 돕는 파이썬 도구입니다. 파일과 로그를 가져오고, sqlite3 데이터베이스를 추출하며, .plist 파일을 XML로 압축 해제합니다.
이 git 저장소를 복제하고 의존성을 설치하기만 하면 됩니다.
./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 보안 프로젝트로 등재되었습니다.
제 웹사이트를 통해 연락하실 수 있습니다.
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/>.