Command line utility to open urls on jailbroken iOS devices.
In order to build the project, git clone it:
git clone [email protected]:matan1008/urlopen.git
Then just build it with theos and install it.
To run urlopen run it with the url you want to open:
/usr/bin/urlopen https://www.google.com
You will then see the output:
2021-03-21 02:34:53.546 urlopen[2725:1122079] Opening URL: https://www.google.com
2021-03-21 02:34:53.603 urlopen[2725:1122079] openURL result: 1
Note the you can call any url, for example
/usr/bin/urlopen tel://3333333
Will dial 3333333.