-
Notifications
You must be signed in to change notification settings - Fork 74
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
Add Advanced Stylesheet Fingerprint (Same idea as image fingerprinting) #6
Comments
After doing a bunch of research into this I think the best route would be to create an iframe with a bunch of elements such as |
I've written most of the code for this which can be seen here: Should have a working proof of concept shortly, having some issues with different browsers treating things different (Chrome generates different prints from Firefox). |
nice work @mandatoryprogrammer but can you help me out with this Octodog Invasion which is currently disable.? |
@atsuyim that's a bit off topic for this bug - what is your issue with "Octodog Invasion"? It was disable by Github due to this: |
hehee that's awesome well where can find this Octodog Invasion if not in Github |
sonar should be able to fingerprint specific stylesheets by what styles they change from the current document when included. We'd have to write iframes and then include the stylesheet into them, after the styles are imported we can observe the changes and create a fingerprint off of that. Required a bit more research into how to hook style changes/etc.
The text was updated successfully, but these errors were encountered: