Skip to content

Instantly share code, notes, and snippets.

@X-C3LL
X-C3LL / poc.html
Last active December 8, 2020 06:53
Example of network fingerprint using pure CSS based on @terjanq idea (https://gist.github.com/terjanq/33bbb8828839994c848c3b76c1ac67b1).
<!DOCTYPE html>
<html>
<head>
<title> Network Fingerprint PoC </title>
<style>
@font-face{
font-family:poc;
src: url(http://192.168.245.196:8000/?1); /*Not triggered */
unicode-range:U+0041;
}