uBlockOrigin / uAssets

Resources for uBlock Origin, uMatrix: static filter lists, ready-to-use rulesets, etc.
GNU General Public License v3.0
4.03k stars 757 forks source link

academy.hackthebox.com: detection #12012

Closed ghost closed 2 years ago

ghost commented 2 years ago

Prerequisites

URL address of the web page

https://academy.hackthebox.com/dashboard

Category

detection

Describe the issue

Login is required to see the anti-adblock script

Screenshot(s)

No response

Configuration

```yaml uBlock Origin: 1.41.8 Firefox Mobile: 97 filterset (summary): network: 81504 cosmetic: 24547 scriptlet: 19267 html: 634 listset (total-discarded, last updated): added: ublock-annoyances: 4437-7, 7m default: user-filters: 0-0, never ublock-filters: 30919-266, 7m ublock-badware: 3903-3, 7m ublock-privacy: 208-1, 7m ublock-abuse: 72-0, 7m ublock-unbreak: 1737-0, 7m adguard-mobile: 7285-169, 7m easylist: 64090-24265, 7m easyprivacy: 26639-579, 7m urlhaus-1: 8437-0, 7m plowe-0: 3673-2, 6m filterset (user): [empty] trustedset: added: [array of 1 redacted] modifiedUserSettings: uiAccentCustom: true uiAccentCustom0: #21a1de webrtcIPAddressHidden: true modifiedHiddenSettings: [none] supportStats: allReadyAfter: 8030 ms (selfie) maxAssetCacheWait: 3899 ms popupPanel: blocked: 1 blockedDetails: segment.com: 1 ```
mapx- commented 2 years ago

Use only the default settings, open the logger, reproduce the issue, go back into the logger and post here a screenshot containing only the blocked items you see there (you can select only the blocked items in the search box)

ghost commented 2 years ago
Logger output ``` +9 ||cdn.segment.com^ -- academy.hackthebox.com 3 script https://cdn.segment.com/analytics.js/v1/eLzeD0QoARKZ42pc8AGEUYpcFLpYkf0I/analytics.min.js ``` ``` +8 https://academy.hackthebox.com/dashboard ``` ``` +1 ||cdn.segment.com^ -- academy.hackthebox.com 3 script https://cdn.segment.com/analytics.js/v1/eLzeD0QoARKZ42pc8AGEUYpcFLpYkf0I/analytics.min.js ``` ``` +0 https://academy.hackthebox.com/dashboard ```
mapx- commented 2 years ago

Are you sure in the logger you are seeing only this blocking filter? ||cdn.segment.com^

ghost commented 2 years ago

I copy and pasted everything that was in the logger

mapx- commented 2 years ago

Do you have the same issue using the desktop ?

ghost commented 2 years ago

I unfortunately do not have a desktop

mapx- commented 2 years ago

test these filters and see if you get some breakage

academy.hackthebox.com##.show.fade
academy.hackthebox.com##body:style(overflow:auto !important)

however it's a soft anti adblocking - if you click ok you are able to work / use the site

ghost commented 2 years ago

I did not find any breakage after adding the filter

mapx- commented 2 years ago

and .. is working ? not anymore detection ?

ghost commented 2 years ago

Everything works

mapx- commented 2 years ago

it will be fixed as annoyance in uBlock filters – Annoyances

ghost commented 2 years ago

Thank you

tsids commented 4 months ago

HackTheBox has changed their site. Now these two filters actually cause the site to break (modals can no longer be seen).

To test this, I reset UBlock Origin to factory settings. If I enable the uBlock filters - Annoyances filter, it doesn't allow me to access any modals. To fix it, I need to "disable" the fade and overflow by adding these 2 lines to My Filters:

academy.hackthebox.com#@#.show.fade
academy.hackthebox.com#@#body:style(overflow:auto !important)

I'd appreciate it if the filters below could be removed from uBlock filters - Annoyances since it causes the site to not operate properly. @mapx-

academy.hackthebox.com##.show.fade
academy.hackthebox.com##body:style(overflow:auto !important)