Skip to content

Apple Provisioning Profile Validator & Certificate & Entitlement Checker

Notifications You must be signed in to change notification settings

KupQ/mobileprovision-checker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Provision Checker

A Python-based tool to check the validity of Apple provisioning profiles by extracting certificates, verifying OCSP status, and checking entitlements. The tool is separated into modular Python files to follow clean code principles.

Clone the Repository

git clone https://github.com/KupQ/mobileprovision-checker.git
cd mobileprovision-checker

Prerequisites

  • Python 3.8 or higher
  • Pip (Python package installer)

Installation

pip install --upgrade -r requirements.txt

Usage

python3 main.py yourfile.mobileprovision
python3 main.py youfile.p12 password
python3 main.py youfile.p12 oldpass Newpass output.p12
python3 main.py youfile.p12 "" Newpass output.p12
  • Help
python3 main.py

License

licensed under the terms of BSD-3-Clause license. See the LICENSE file.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

About

Apple Provisioning Profile Validator & Certificate & Entitlement Checker

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages