
iOS forensic tool
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
फ्लोरियन प्रादिन्स (Phonesec) द्वारा लिखित, यह टूल जून 2014 से एक संदर्भित 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/>.