Recent

Author Topic: Browser User Agent & Friends Info: I Can Use Your Help (Volunteers Anyone?)  (Read 2675 times)

ASBzone

  • Hero Member
  • *****
  • Posts: 713
  • Automation leads to relaxation...
    • Free Console Utilities for Windows (and a few for Linux) from BrainWaveCC
Re: Browser User Agent & Friends Info: I Can Use Your Help (Volunteers Anyone?)
« Reply #45 on: September 13, 2024, 05:57:17 pm »
Understood and thanks. So, if I install a brand new browser and use that for nothing but my online-banking I should be reasonably safe?

Yes.


I am wondering can we have two or multiple firefoxes or Google Chrome on the same system? I am going to find out :-)

You can.  In many cases, the browsers support multiple profiles, as MarkMLI has mentioned.

Any option that gets you isolation from shared cookies or shared extensions will be helpful.
-ASB: https://www.BrainWaveCC.com/

Lazarus v3.5.0.0 (2216170cde) / FPC v3.2.3-1387-g3795cadbc8
(Windows 64-bit install w/Win32 and Linux/Arm cross-compiles via FpcUpDeluxe on both instances)

My Systems: Windows 10/11 Pro x64 (Current)

TRon

  • Hero Member
  • *****
  • Posts: 3271
Re: Browser User Agent & Friends Info: I Can Use Your Help (Volunteers Anyone?)
« Reply #46 on: September 13, 2024, 06:01:01 pm »
I did a few tests at different browser sizes.  Would be interesting to see what you get.
There are many fingerprinting websites available that let you see the results directly, eff has one for example here.
This tagline is powered by AI

Aruna

  • Sr. Member
  • ****
  • Posts: 458
Re: Browser User Agent & Friends Info: I Can Use Your Help (Volunteers Anyone?)
« Reply #47 on: September 13, 2024, 06:19:10 pm »
I'll do one more test, using three browsers back to back:
-- Brave
-- Edge
-- Firefox
Thank you.  You can see the captured data here
Debian GNU/Linux 11 (bullseye)
https://pascal.chat/

Aruna

  • Sr. Member
  • ****
  • Posts: 458
Re: Browser User Agent & Friends Info: I Can Use Your Help (Volunteers Anyone?)
« Reply #48 on: September 13, 2024, 06:28:55 pm »
I have a question about your monitor, that is a resolution I have not seen before: 1607 by 876 ( how did you manage that?)   

That's interesting...   I have two monitors, both at 1920 x 1080.

Was it capturing the size of the screen or the size of the browser window?

I did a few tests at different browser sizes.  Would be interesting to see what you get.


This is what I used to capture the info, straight js :
Code: Javascript  [Select][+][-]
  1.  
  2.        // Collect screen size
  3.         var screenWidth = window.screen.width;
  4.         var screenHeight = window.screen.height;
  5.  
  6.         // Collect viewport size
  7.         var viewportWidth = window.innerWidth;
  8.         var viewportHeight = window.innerHeight;
  9.  
  10.         // Collect user agent
  11.         var userAgent = navigator.userAgent;
  12.  
I have attached a zip in case you want to have a look see at the code.
Debian GNU/Linux 11 (bullseye)
https://pascal.chat/

Aruna

  • Sr. Member
  • ****
  • Posts: 458
Re: Browser User Agent & Friends Info: I Can Use Your Help (Volunteers Anyone?)
« Reply #49 on: September 13, 2024, 08:01:00 pm »
Was it capturing the size of the screen or the size of the browser window?
Both. 

I did a few tests at different browser sizes.  Would be interesting to see what you get.
I have attached a screenshot. It captured your different browser sizes :-)
Debian GNU/Linux 11 (bullseye)
https://pascal.chat/

ASBzone

  • Hero Member
  • *****
  • Posts: 713
  • Automation leads to relaxation...
    • Free Console Utilities for Windows (and a few for Linux) from BrainWaveCC
Re: Browser User Agent & Friends Info: I Can Use Your Help (Volunteers Anyone?)
« Reply #50 on: September 15, 2024, 08:24:48 am »
There are many fingerprinting websites available that let you see the results directly, eff has one for example here.


Yep, I know.  I looked at a couple of them myself, but I was interested to see what Aruna was picking up
-ASB: https://www.BrainWaveCC.com/

Lazarus v3.5.0.0 (2216170cde) / FPC v3.2.3-1387-g3795cadbc8
(Windows 64-bit install w/Win32 and Linux/Arm cross-compiles via FpcUpDeluxe on both instances)

My Systems: Windows 10/11 Pro x64 (Current)

ASBzone

  • Hero Member
  • *****
  • Posts: 713
  • Automation leads to relaxation...
    • Free Console Utilities for Windows (and a few for Linux) from BrainWaveCC
Re: Browser User Agent & Friends Info: I Can Use Your Help (Volunteers Anyone?)
« Reply #51 on: September 15, 2024, 08:30:15 am »
I'll do one more test, using three browsers back to back:
-- Brave
-- Edge
-- Firefox
Thank you.  You can see the captured data here


Thanks.


Microsoft Edge captured my actual screensize accurately -- and sometimes Firefox.  I suspect that the reason that Brave does not report screen size accurately, it for privacy -- making it harder to get a consistent fingerprint if you move the browser window around at all.
-ASB: https://www.BrainWaveCC.com/

Lazarus v3.5.0.0 (2216170cde) / FPC v3.2.3-1387-g3795cadbc8
(Windows 64-bit install w/Win32 and Linux/Arm cross-compiles via FpcUpDeluxe on both instances)

My Systems: Windows 10/11 Pro x64 (Current)

 

TinyPortal © 2005-2018