https://github.com/shellbear/ipsw
Simple script to explore ipsw files and also make them
https://github.com/shellbear/ipsw
Last synced: 10 months ago
JSON representation
Simple script to explore ipsw files and also make them
- Host: GitHub
- URL: https://github.com/shellbear/ipsw
- Owner: shellbear
- Created: 2016-09-18T18:46:10.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-10-05T14:49:33.000Z (about 9 years ago)
- Last Synced: 2024-12-31T21:25:29.514Z (12 months ago)
- Language: Shell
- Homepage:
- Size: 11.7 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# IPSW
By [ShellBear](https://github.com/ShellBear)

## Description
IPSW is a simple script to explore IPWS files and also make them ! This script will help you to make CFW of any IOS Version.
##Installation
Terminal Method:
```shell
curl https://raw.githubusercontent.com/ShellBear/ipsw/master/ipsw --output ipws --silent
```
Git Method:
```shell
git https://github.com/ShellBear/ipsw.git
```
## Usage
Make this script executable and execute it:
```shell
chmod +x ipsw
./ipsw
```
####Commands:
-e : Explore IPWS file
-m : Make IPWS file
-h : Display help
####Example:
./ipsw -e /Users/ShellBear/iPhone_4.7.ipws Explore choosen IPSW file
./ipsw -m /Users/ShellBear/iPhone_4.7/ Make IPSW file with choosen folder
## Versions
* 1.3 Fixed zip error
* 1.2 Minor update
* 1.1 Fixed error when Making ipsw file
* 1.0 : Original Version of the Script
## Author
* ShellBear (https://github.com/ShellBear/)
## Contributing
1. Fork it
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create new Pull Request
## License
This script is free of use but please mention me if you use it !