Skip to content
KitploitKITPLOIT
उपकरणब्लॉग
जमा करें
उपकरणब्लॉग
जमा करें

हैकिंग, पेनटेस्ट और साइबर सुरक्षा उपकरण आपके सुरक्षा शस्त्रागार के लिए!

Kitploit हैकिंग, साइबर सुरक्षा और पेंटेस्टिंग टूल्स की एक निर्देशिका है। कमजोरियों को खोजने, सिस्टम का विश्लेषण करने, परीक्षण को स्वचालित करने और अपनी सुरक्षा को मजबूत करने के लिए नवीनतम प्रोजेक्ट अपडेट खोजें।

··फ़ीड·संपर्क·गोपनीयता·© 2026 Kitploit

टूल निर्देशिका

श्रेणियाँ

सभी श्रेणियाँ देखें
Loading categories
iOSForensic — iOS forensic tool | Kitploit
उपकरण/GitHubGitHub/flo354/iosforensic
iOS SecurityForensicsInformation GatheringMobile ForensicsDigital ForensicsLog AnalysisArchived
GitHubflo354/iosforensic

iOSForensic

iOS forensic tool

रिपॉजिटरी देखें
652612 साल पहलेKitploit द्वारा समीक्षित

सबसे लोकप्रिय

सभी देखें →

हमारे समुदाय द्वारा सबसे अधिक उपयोग किए जाने वाले उपकरण खोजें।

सभी उपकरण खोजें

हमारे उपकरणों का संग्रह ब्राउज़ करें

सभी उपकरण देखें →
साझा करें
वेबसाइट

iOSForensic

iosForensic एक पायथन टूल है जो iOS पर फोरेंसिक विश्लेषण में मदद करता है। यह फ़ाइलें, लॉग प्राप्त करता है, sqlite3 डेटाबेस निकालता है और .plist फ़ाइलों को xml में अनज़िप करता है।

स्थापना

बस इस git रिपॉजिटरी को क्लोन करें और निर्भरताएँ स्थापित करें।

निर्भरताएँ

लिनक्स

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

उपकरण

  • एक jailbroken उपकरण
  • OpenSSH
  • syslogd to /var/log/syslog (यह एप्लिकेशन का नाम है, इंस्टॉल के बाद अपने फ़ोन को रीस्टार्ट करें)
  • wifi ON
  • कुछ फर्मवेयर पर, USB कनेक्शन आवश्यक है

उपयोग कैसे करें

विकल्प

  • -h --help : सहायता संदेश दिखाएँ
  • -a --about : जानकारी दिखाएँ
  • -v --verbose : वर्बोज़ मोड
  • -i --ip : iOS टर्मिनल का स्थानीय IP पता
  • -p --port : iOS टर्मिनल का SSH पोर्ट (डिफ़ॉल्ट 22)
  • -P --password : iOS टर्मिनल का रूट पासवर्ड (डिफ़ॉल्ट 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

लेखक

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