• Stars
    star
    172
  • Rank 220,092 (Top 5 %)
  • Language
    HTML
  • License
    MIT License
  • Created almost 9 years ago
  • Updated 12 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

a website which tells you whether you can jailbreak your iOS device.


canijailbreak.com

Build Status

a website which tells you whether you can jailbreak your iPhone, iPad, iPod touch or Apple TV.

Contributing

We welcome contributions to the code/design/data of the site! Currently, it's fairly basic.

A few guidelines for contributing:

  1. No beta jailbreaks - this rule seems more and more impossible to follow given the nature of most current jailbreaks. I ask that jailbreaks are at least reasonably stable before listed here - last thing Can I Jailbreak wishes to do is accidentally disable or break someone's device.
  2. No beta iOS versions
  3. Use one pull request per jailbreak addition - this will allow us to easily approve/reject new additions on a one-by-one basis.
  4. Commit tags for new jailbreaks, in the form of [jailbreak] <name> <version> for <iOS versions> are recommended :)
  5. Try to find the simplest route to jailbreak, such as one click GUIs, that support as many devices/iOS versions as possible.

installation

$ go get github.com/cj123/canijailbreak.com
$ cd $GOPATH/src/github.com/cj123/canijailbreak.com
$ go build .

running it

$ ./canijailbreak.com --help

This will generate output, by default into ./static.

adding jailbreaks

look in the file ./jailbreaks.yml for a layout

then run the ./canijailbreak.com util again

More Repositories

1

allthefirmwares

Go! Get all the firmwares!
Go
92
star
2

go-ipsw

Common utilities for dealing with Apple Software files in Golang.
Go
54
star
3

iKeyHelper

An old and outdated batch scripted utility for grabbing AES keys for Apple's iOS Firmware. Replaced by keygrabber.
32
star
4

ipsw-lite

download only the stuff you need from apple's new combined IPSWs
Go
23
star
5

lastfm-nowplaying-widget

A last.fm now playing widget for a website.
CSS
17
star
6

ipswbot

an IRC bot for accessing information about iOS releases
Java
14
star
7

fwlinks-api

A class and example usage for the Firmware Links API
PHP
10
star
8

pallas

exploring Apple's new OTA server.
Go
9
star
9

fwutils

A collection of utilities for working with iOS firmwares
Go
9
star
10

homekit-wol

wake on lan via homekit
Go
8
star
11

surf

create and manage digitalocean snapshots on a schedule
Go
6
star
12

rover

a command line util for ranger
Go
5
star
13

formulate

a HTML form builder and HTTP request to struct parser
Go
5
star
14

Sensibletify

A spicetify theme and extension for Spotify that aims to improve the usability of the new Spotify UI.
JavaScript
5
star
15

teamspeak-list

show who is on teamspeak
Go
3
star
16

go-bom

golang BOM (Bill of Materials) parser
Go
3
star
17

go-filebrowser

super simple extensible golang directory browser
Go
3
star
18

random.gif

randomised gifs with basic submission form
Go
3
star
19

cachebuster

a simple golang cachebuster for static html files
Go
2
star
20

calendar

A web calendar application. (Final Year Project at The University of Manchester)
Go
2
star
21

doomsday

ipsw.me link checker
Go
2
star
22

linode-cli-docker

a docker image for linode-cli.
2
star
23

robot

a cool robot-like thing, with web UI and collision avoidance
Go
2
star
24

basicauth-proxy

add http basic auth to a reverse proxy'd url
Go
1
star
25

drone-cloudflare

a drone.io deploy plugin to clear the cloudflare cache for a domain
Go
1
star
26

drone-prowlapp

a prowlapp build notifier for drone CI
Go
1
star
27

acstats

basic assetto corsa race stats info
Go
1
star
28

quotedb

a quote website
Go
1
star
29

go-tss

cgo bindings for idevicerestore's tss library
Go
1
star