https://github.com/webosbrew/caniroot
https://github.com/webosbrew/caniroot
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/webosbrew/caniroot
- Owner: webosbrew
- License: mit
- Created: 2024-06-18T06:38:47.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-24T02:41:42.000Z (over 1 year ago)
- Last Synced: 2024-10-24T19:23:35.576Z (over 1 year ago)
- Language: JavaScript
- Size: 376 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# @webosbrew/caniroot
Library to find existing root exploits for LG webOS TVs.
## Usage
```shell
npm install @webosbrew/caniroot
```
```js
import {DeviceExploitAvailabilities} from '@webosbrew/caniroot';
console.log(DeviceExploitAvailabilities.byOTAID('HE_DTV_W22P_AFADATAA'));
```
## Website
[CanI.RootMy.TV](https://cani.rootmy.tv)