
أداة فحص جنائي لنظام iOS
iosForensic هي أداة Python للمساعدة في تحليل الأدلة الجنائية على 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)، وتُعد هذه الأداة مشروعاً مرجعياً في مجال أمن iOS ضمن OWASP منذ يونيو 2014.
يمكنك التواصل معي عبر موقعي الإلكتروني
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/>.