-
Notifications
You must be signed in to change notification settings - Fork 299
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
looking to create ja3 #83
Comments
its more like a question not an issue . i would like to generate ja3 fingerprints , and i am looking a script/tool to do that . |
im not sure how i am not making sense :) md5 hashes are not what i am looking for .. i am already extracting all ja3 from my network through suricata . i'd like to generate ja3 constantly untill i stop the script for example . i tried example.go (from UTLS ), however it generate mots of the time the same JA3 . what i am looking for a generating hundreds - thousands of ja3 fingerprints . |
this is exactly what i am trying to do.. |
hopefully some one will come and help out , its github after all :) they are companies that does that (scrapify for example ), i try to avoid that . |
You shouldn't randomize your ja3. Use the one that chrome uses, and stick with it. That will work way better |
Oh boiiiiii, Well this can be done with random Ciphers, EC and EC_PF. But you need to first select the Ciphers suites, EC and EC_PF for this purpose, and then randomize between them. |
hi there , i'd like to know if there is any tools to create ja3 finger prints .
all of the tools i've seen till now , are tools that are extracting ja3 finger prints and their md5 hash.
however i am looking for a tool that create "generate" those ja3 finger prints .
thanks
The text was updated successfully, but these errors were encountered: