hellodword

Results 47 comments of hellodword

The firefox/chrome on win10/win11 are both done, via https://github.com/dockur/windows https://github.com/hellodword/tls-fingerprinting/tree/assets I'll try to find a way to install and run specific version of edge in the next

Edge done, a little bit dirty but working https://github.com/hellodword/tls-fingerprinting/actions/runs/8845912592

> it is quite complex Sorry for being a mess at prototype stage, I did some refactoring and documenting, and clarified the components: https://github.com/hellodword/anti-fingerprinting/blob/master/README.md > using windows in docker +...

I noticed the ja3 and ja4 are not stable with real-world browsers: The way I'm using fingerproxy: https://github.com/hellodword/anti-fingerprinting/blob/b215d086d5e5ccd2cc9526b3684ef0dd44155f6d/cmd/collector/main.go#L177-L224 And you can find the results' diffs here: https://github.com/hellodword/anti-fingerprinting/commits/assets/ For example, this...

@ZakaryCode @ZEJIA-LIU 抱歉打扰一下: `3.6.17` 的 cli 还是有一些弃用提示,并且有不少依赖的严重漏洞提醒 ``` $ node -v v20.8.0 $ npm -v 9.8.1 $ npm init $ cat package.json { "name": "playground", "main": "index.js" } $ npm...

Thanks for your review and patience :) I learned the `CONTRIBUTING.md` again, and I'll learn to test it locally before pushing to this pr.

> The test for `wol` is failing because the test requires `33:33:33:33:33:33`, which is missing with the iproute2 implementation. The `ifconfig` command generates `33:33:33:33:33:33` as an `HWaddr` configured in `test/fixtures/shared/bin/ifconfig`...