Giter VIP home page Giter VIP logo

Comments (18)

LessThanGreaterThan avatar LessThanGreaterThan commented on June 16, 2024 1

Okay, try now. In the analysis section, you see “bad” for the hidden fingerprint, but let me know if I missed the target. If you open a different or clean browser, it should go away.

image

Looks good now, also seems to be flagged with a changed fingerprint.

from creepjs.

LessThanGreaterThan avatar LessThanGreaterThan commented on June 16, 2024 1

also noticed that console.log() is not possible inside the custom chrome, it will only print "undefined"
image

from creepjs.

vxuv avatar vxuv commented on June 16, 2024 1

Could probably hook console.log and check the console outputs. Depending on how BAS has tampered with the function you might be able to detect it with the given types.

(function () {
    const _console = console.log.bind(console);
    let log_history = [];
    console.log = function () {
        log_history.push(arguments);
        _console.apply(this, arguments);
    }
    console.log("Hello World");
    for (let i = 0; i < log_history.length; i++) {
        if (log_history[i][0] !== "Hello World") {
            return false;
        }
    }
    //restore the hook
    console.log = _console;
    return true;
})();

from creepjs.

LessThanGreaterThan avatar LessThanGreaterThan commented on June 16, 2024 1

Do you have a copy of the BAS chromium binary? Want to try something.

Yes i do. want me to upload it or anything?

Yeah that would be great

Hey, you can either download the free version from BAS here: https://bablosoft.com/shop/BrowserAutomationStudio#download
or if you just want the custom compiled chrome: https://www.sendspace.com/file/5bha3p

from creepjs.

abrahamjuliot avatar abrahamjuliot commented on June 16, 2024

It appears that the fingerprint feature is a paid service. There is a lot of cool stealthy software out there.

We mostly give attention to FOSS-privacy tools. I will take a look, but will probably not make modifications to show it can be detected.

from creepjs.

LessThanGreaterThan avatar LessThanGreaterThan commented on June 16, 2024

It appears that the fingerprint feature is a paid service. There is a lot of cool stealthy software out there.

We mostly give attention to FOSS-privacy tools. I will take a look, but will probably not make modifications to show it can be detected.

Hey abraham, even the free version passes it.

from creepjs.

abrahamjuliot avatar abrahamjuliot commented on June 16, 2024

Nice. I will definitely check it out.

In the future, I may introduce some concepts showing that fingerprint and score are of little value compared to server-side fingerprints.

Everything that does not blend-in with normal traffic on the site can be detected. For example, you could generate 200 – 1000 requests in 24 hours, and usually, it can be traced. If you would like to try this out for fun, I can try to tag and name your browser in the analysis section. Make sure to generate many requests.

from creepjs.

LessThanGreaterThan avatar LessThanGreaterThan commented on June 16, 2024

Nice. I will definitely check it out.

In the future, I may introduce some concepts showing that fingerprint and score are of little value compared to server-side fingerprints.

Everything that does not blend-in with normal traffic on the site can be detected. For example, you could generate 200 – 1000 requests in 24 hours, and usually, it can be traced. If you would like to try this out for fun, I can try to tag and name your browser in the analysis section. Make sure to generate many requests.

should every regist be signed or just the first ?

from creepjs.

LessThanGreaterThan avatar LessThanGreaterThan commented on June 16, 2024

No need to sign, and randomizing fingerprints is optional, but not needed.

around 400 executions have been done.

from creepjs.

abrahamjuliot avatar abrahamjuliot commented on June 16, 2024

Okay, try now. In the analysis section, you see “bad” for the hidden fingerprint, but let me know if I missed the target. If you open a different or clean browser, it should go away.

from creepjs.

abrahamjuliot avatar abrahamjuliot commented on June 16, 2024

I'm just looking at last 2 hrs today, but can pick a different date.

from creepjs.

LessThanGreaterThan avatar LessThanGreaterThan commented on June 16, 2024

Could probably hook console.log and check the console outputs. Depending on how BAS has tampered with the function you might be able to detect it with the given types.

(function () {
    const _console = console.log.bind(console);
    let log_history = [];
    console.log = function () {
        log_history.push(arguments);
        _console.apply(this, arguments);
    }
    console.log("Hello World");
    for (let i = 0; i < log_history.length; i++) {
        if (log_history[i][0] !== "Hello World") {
            return false;
        }
    }
    //restore the hook
    console.log = _console;
    return true;
})();

sadly doesn't seem to work. thank you non the less.

from creepjs.

vxuv avatar vxuv commented on June 16, 2024

Do you have a copy of the BAS chromium binary? Want to try something.

from creepjs.

LessThanGreaterThan avatar LessThanGreaterThan commented on June 16, 2024

Do you have a copy of the BAS chromium binary? Want to try something.

Yes i do. want me to upload it or anything?

from creepjs.

vxuv avatar vxuv commented on June 16, 2024

Do you have a copy of the BAS chromium binary? Want to try something.

Yes i do. want me to upload it or anything?

Yeah that would be great

from creepjs.

vxuv avatar vxuv commented on June 16, 2024

Doesn't appear to run, can you check if there are any run parameters specified on the binary? Tried to get it running through selenium and puppeteer but neither worked. I assume its the worker.exe file?

https://superuser.com/questions/415360/how-do-i-find-out-command-line-arguments-of-a-running-program

from creepjs.

LessThanGreaterThan avatar LessThanGreaterThan commented on June 16, 2024

Doesn't appear to run, can you check if there are any run parameters specified on the binary? Tried to get it running through selenium and puppeteer but neither worked. I assume its the worker.exe file?

https://superuser.com/questions/415360/how-do-i-find-out-command-line-arguments-of-a-running-program

yes its worker.exe

full cli

"C:\Users\LTGT\AppData\Roaming\BrowserAutomationStudio\apps\25.4.1\Worker\chrome\worker.exe" --remote-debugging-port=16668 --unique-process-id=0pMhvMU2 --parent-process-id=25524 --no-proxy-server --no-sandbox --force-device-scale-factor=1 --noerrdialogs --window-position=0,0 --disable-smooth-scrolling --disable-auto-reload --disable-component-update --disable-features=GpuProcessHighPriorityWin,GpuUseDisplayThreadPriority --disable-gpu-program-cache --disable-gpu-shader-disk-cache --disk-cache-size=1 --enable-features=ViewportHeightClientHintHeader --lang=en --reduce-user-agent-minor-version --window-size=1040,688 --user-data-dir="C:\\Users\\LTGT\\AppData\\Roaming\\BrowserAutomationStudio\\apps\\25.4.1\\prof/kUjSYtdK" about:blank

from creepjs.

NCLnclNCL avatar NCLnclNCL commented on June 16, 2024

Doesn't appear to run, can you check if there are any run parameters specified on the binary? Tried to get it running through selenium and puppeteer but neither worked. I assume its the worker.exe file?
https://superuser.com/questions/415360/how-do-i-find-out-command-line-arguments-of-a-running-program

yes its worker.exe

full cli

"C:\Users\LTGT\AppData\Roaming\BrowserAutomationStudio\apps\25.4.1\Worker\chrome\worker.exe" --remote-debugging-port=16668 --unique-process-id=0pMhvMU2 --parent-process-id=25524 --no-proxy-server --no-sandbox --force-device-scale-factor=1 --noerrdialogs --window-position=0,0 --disable-smooth-scrolling --disable-auto-reload --disable-component-update --disable-features=GpuProcessHighPriorityWin,GpuUseDisplayThreadPriority --disable-gpu-program-cache --disable-gpu-shader-disk-cache --disk-cache-size=1 --enable-features=ViewportHeightClientHintHeader --lang=en --reduce-user-agent-minor-version --window-size=1040,688 --user-data-dir="C:\\Users\\LTGT\\AppData\\Roaming\\BrowserAutomationStudio\\apps\\25.4.1\\prof/kUjSYtdK" about:blank

It using JavaScript to fake fingerprint and it can detected and heavy

from creepjs.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.