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

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

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

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

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

श्रेणियाँ

सभी श्रेणियाँ देखें
Loading categories
उपकरण/GitHubGitHub/majd/ipatool
आईओएस सुरक्षामोबाइल ऐप पेंटेस्टिंगरिवर्स इंजीनियरिंगजानकारी एकत्र करनामोबाइल सुरक्षा
GitHubmajd/ipatool

ipatool

कमांड-लाइन टूल जो iOS ऐप स्टोर से ऐप पैकेज (जिन्हें ipa फ़ाइलें कहा जाता है) खोजने और डाउनलोड करने की अनुमति देता है।

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

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

सभी देखें →

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

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

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

सभी उपकरण देखें →
साझा करें

IPATool

Release License

ipatool एक कमांड लाइन टूल है जो आपको App Store पर iOS ऐप्स खोजने और ऐप पैकेज की एक प्रति, जिसे ipa फ़ाइल के रूप में जाना जाता है, डाउनलोड करने की सुविधा देता है।

Demo

  • आवश्यकताएँ
  • स्थापना
    • मैन्युअल
    • पैकेज मैनेजर (macOS)
  • उपयोग
  • संकलन
  • लाइसेंस
  • रिलीज़
  • FAQ

आवश्यकताएँ

  • समर्थित ऑपरेटिंग सिस्टम (Windows, Linux या macOS)।
  • App Store का उपयोग करने के लिए सेट अप की गई Apple ID।

स्थापना

मैन्युअल

आप ipatool का नवीनतम संस्करण GitHub releases से प्राप्त कर सकते हैं।

पैकेज मैनेजर (macOS)

आप Homebrew का उपयोग करके ipatool इंस्टॉल कर सकते हैं।

root@kitploit:~
$ brew install ipatool

उपयोग

App Store के साथ प्रमाणित करने के लिए, auth कमांड का उपयोग करें।

root@kitploit:~
Authenticate with the App Store

Usage:
  ipatool auth [command]

Available Commands:
  info        Show current account info
  login       Login to the App Store
  revoke      Revoke your App Store credentials

Flags:
  -h, --help   help for auth

Global Flags:
      --format format     sets output format for command; can be 'text', 'json' (default text)
      --non-interactive   run in non-interactive session
      --verbose           enables verbose logs

Use "ipatool auth [command] --help" for more information about a command.

App Store पर ऐप्स खोजने के लिए, search कमांड का उपयोग करें।

root@kitploit:~
Search for iOS and tvOS apps available on the App Store

Usage:
  ipatool search <term> [flags]

Flags:
  -h, --help              help for search
  -l, --limit int         maximum amount of search results to retrieve (default 5)
      --platform string   Platform to search: iphone, ipad, or appletv

Global Flags:
      --format format     sets output format for command; can be 'text', 'json' (default text)
      --non-interactive   run in non-interactive session
      --verbose           enables verbose logs

किसी ऐप के लिए लाइसेंस प्राप्त करने के लिए, purchase कमांड का उपयोग करें।

root@kitploit:~
Obtain a license for the app from the App Store

Usage:
  ipatool purchase [flags]

Flags:
  -b, --bundle-identifier string   Bundle identifier of the target iOS app (required)
  -h, --help                       help for purchase

Global Flags:
      --format format     sets output format for command; can be 'text', 'json' (default text)
      --non-interactive   run in non-interactive session
      --verbose           enables verbose logs

डाउनलोड करने के लिए उपलब्ध ऐप संस्करणों की सूची प्राप्त करने के लिए, list-versions कमांड का उपयोग करें।

root@kitploit:~
List the available versions of an iOS app

Usage:
  ipatool list-versions [flags]

Flags:
  -i, --app-id int                 ID of the target iOS app (required)
  -b, --bundle-identifier string   The bundle identifier of the target iOS app (overrides the app ID)
  -h, --help                       help for list-versions

Global Flags:
      --format format                sets output format for command; can be 'text', 'json' (default text)
      --keychain-passphrase string   passphrase for unlocking keychain
      --non-interactive              run in non-interactive session
      --verbose                      enables verbose logs

ipa फ़ाइल की एक प्रति डाउनलोड करने के लिए, download कमांड का उपयोग करें।

root@kitploit:~
Download (encrypted) iOS and tvOS app packages from the App Store

Usage:
  ipatool download [flags]

Flags:
  -i, --app-id int                   ID of the target iOS app (required)
  -b, --bundle-identifier string     The bundle identifier of the target iOS app (overrides the app ID)
      --external-version-id string   External version identifier of the target iOS app (defaults to latest version when not specified)
  -h, --help                         help for download
  -o, --output string                The destination path of the downloaded app package
      --platform string              Platform to download for: iphone, ipad, or appletv
      --purchase                     Obtain a license for the app if needed

Global Flags:
      --format format                sets output format for command; can be 'text', 'json' (default text)
      --keychain-passphrase string   passphrase for unlocking keychain
      --non-interactive              run in non-interactive session
      --verbose                      enables verbose logs

list-versions कमांड द्वारा लौटाए गए बाहरी संस्करण पहचानकर्ता को हल करने के लिए, get-version-metadata कमांड का उपयोग करें।

root@kitploit:~
Retrieves the metadata for a specific version of an app

Usage:
  ipatool get-version-metadata [flags]

Flags:
  -i, --app-id int                   ID of the target iOS app (required)
  -b, --bundle-identifier string     The bundle identifier of the target iOS app (overrides the app ID)
      --external-version-id string   External version identifier of the target iOS app (required)
  -h, --help                         help for get-version-metadata

Global Flags:
      --format format                sets output format for command; can be 'text', 'json' (default text)
      --keychain-passphrase string   passphrase for unlocking keychain
      --non-interactive              run in non-interactive session
      --verbose                      enables verbose logs

नोट: टूल डिफ़ॉल्ट रूप से इंटरैक्टिव मोड में चलता है। स्वचालित वातावरण में चलाने पर --non-interactive फ़्लैग का उपयोग करें।

संकलन

टूल को Go टूलचेन का उपयोग करके संकलित किया जा सकता है।

root@kitploit:~
$ go build -o ipatool

यूनिट परीक्षण निम्नलिखित कमांड के साथ निष्पादित किए जा सकते हैं।

root@kitploit:~
$ go generate github.com/majd/ipatool/...
$ go test -v github.com/majd/ipatool/...

लाइसेंस

IPATool MIT लाइसेंस के अंतर्गत जारी किया गया है।

टूल डाउनलोड करें