Skip to content
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

Open
kolet opened this issue Sep 15, 2022 · 9 comments
Open

looking to create ja3 #83

kolet opened this issue Sep 15, 2022 · 9 comments

Comments

@kolet
Copy link

kolet commented Sep 15, 2022

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

@kolet
Copy link
Author

kolet commented Sep 15, 2022

I don't understand the question. Can you explain what you are trying to do?

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 .

@kolet
Copy link
Author

kolet commented Sep 15, 2022

im not sure how i am not making sense :)

md5 hashes are not what i am looking for ..
valid fingerprints are .

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 .

@kolet
Copy link
Author

kolet commented Sep 16, 2022

this is exactly what i am trying to do..
i'd like to avoid being blocked while scraping .

@kolet
Copy link
Author

kolet commented Sep 16, 2022

I cannot help with this pro bono. If you want to do business, my contact info is in my bio. Otherwise good luck.
thanks !

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 .

@pagpeter
Copy link

You shouldn't randomize your ja3. Use the one that chrome uses, and stick with it. That will work way better

@aygupt1822
Copy link

aygupt1822 commented Oct 15, 2022

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

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants
@kolet @aygupt1822 @pagpeter and others