Obfuscated window atob calls - are they necessary ? #29145
Replies: 2 comments 1 reply
-
|
uBOL compiles all the scriptlets filters into the extensions. You need to find which exact filter is for that. |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
It's from the |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
https://github.com/uBlockOrigin/uBOL-home/blob/d8b92e3851eb5ebe70c429254cbad8594c1a1d24/chromium/rulesets/scripting/scriptlet/ublock-filters.trusted-replace-node-text.js#L372C14010-L372C14080
Hi i embed ubo-lite in an extension, CWS flagged it for containing "obfuscated code", this piece of code flags it
window.atob(\"PGRpdiBjbGFzcz0idGV4dC1kYW5nZXIgZm9udC13ZWln... (truncated for clarity)This returns
<div class="text-danger font-weight-bold h5 mt-1">Captcha image failed to load.<br><a onclick="location.reload()" style="color:#6270da;cursor:pointer" class="text-decoratione-none">Please refresh the page. <i class="fa fa-refresh"></i></a></div>Is there a reason this is done this way ? any issues if i replace call site, with the converted text instead of the ascii code.
Beta Was this translation helpful? Give feedback.
All reactions