Command line utility to open urls on jailbroken iOS devices.
In order to build the project, git clone it:
git clone git@github.com:matan1008/urlopen.gitThen 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.comYou 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://3333333Will dial 3333333.