[IMPORTANT] For those who Bookmarklets dont work, heres why. #4
Pinned
luh-99
announced in
Announcements
Replies: 1 comment 2 replies
-
chrome://crostini-installer/ for linux but my chromebook doesn't have enough space |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
First, what are Bookmarklets?
Bookmarklets are bookmarks that contain javascript to update a website/webpage, which is a little more easier than executing them in the javascript console with the inspect element. In our case, we want to use bookmarklets to execute certain javascript commands for exploits such as LTBEEF, to open up things like an UI Menu. This is perfectly normal for this case.
Ok, then why don't they work?
Ok, so lets say you were trying to perform LTBEEF one day, except, the menu doesn't load, and your like "Hmm, did my school block bookmarklets?" Well, its here's how you can check:
chrome://policy
to see what your school admins are adding as restrictions.and if it says
"javascript://"
in mono space next to url blocklist, then your school has blocked Bookmarklets :/. You can check what else your school blocks here as well.Ok, now what?
So, currently, there isn't any exploits to re-enable bookmarklets besides unenrollment, but at that point what are exploits for? And using the linux terminal is most likely blocked, so for now, you just have to wait for people like me or mercury workshop to find out how, or try scrolling through bypassi.
If you have any other questions, just ask below, because I was just trying to keep this super simple.
Beta Was this translation helpful? Give feedback.
All reactions