├── .github └── workflows │ ├── browser-test │ ├── LICENSE.md │ ├── download-browsers.js │ ├── interop │ │ └── connection.test.js │ ├── package.json │ ├── steps.js │ ├── webdriver.js │ └── webrtcclient.js │ ├── fingerprint.yaml │ └── lint.yaml ├── .gitignore ├── LICENSE ├── README.md ├── fingerprints-captures ├── capture-chrome-Google_Chrome_124_0_6367_118_unknown.pcap ├── capture-chrome-Google_Chrome_124_0_6367_155_unknown.pcap ├── capture-chrome-Google_Chrome_124_0_6367_201_unknown.pcap ├── capture-chrome-Google_Chrome_124_0_6367_207_unknown.pcap ├── capture-chrome-Google_Chrome_124_0_6367_60_unknown.pcap ├── capture-chrome-Google_Chrome_124_0_6367_78_unknown.pcap ├── capture-chrome-Google_Chrome_124_0_6367_91_unknown.pcap ├── capture-chrome-Google_Chrome_125_0_6422_112_unknown.pcap ├── capture-chrome-Google_Chrome_125_0_6422_141_unknown.pcap ├── capture-chrome-Google_Chrome_125_0_6422_60_unknown.pcap ├── capture-chrome-Google_Chrome_125_0_6422_76_unknown.pcap ├── capture-chrome_linux_125_0_6422_141.pcap ├── capture-chrome_linux_126_0_6478_126.pcap ├── capture-chrome_linux_126_0_6478_182.pcap ├── capture-chrome_linux_126_0_6478_55.pcap ├── capture-chrome_linux_126_0_6478_61.pcap ├── capture-chrome_linux_126_0_6478_62.pcap ├── capture-chrome_linux_126_0_6478_63.pcap ├── capture-chrome_linux_127_0_6533_119.pcap ├── capture-chrome_linux_127_0_6533_72.pcap ├── capture-chrome_linux_127_0_6533_88.pcap ├── capture-chrome_linux_127_0_6533_99.pcap ├── capture-chrome_linux_128_0_6613_119.pcap ├── capture-chrome_linux_128_0_6613_137.pcap ├── capture-chrome_linux_129_0_6668_58.pcap ├── capture-chrome_linux_129_0_6668_70.pcap ├── capture-chrome_linux_129_0_6668_89.pcap ├── capture-chrome_linux_131_0_6778_108.pcap ├── capture-chrome_linux_131_0_6778_204.pcap ├── capture-chrome_linux_131_0_6778_264.pcap ├── capture-chrome_linux_131_0_6778_85.pcap ├── capture-chrome_linux_131_0_6778_87.pcap ├── capture-chrome_linux_132_0_6834_110.pcap ├── capture-chrome_linux_132_0_6834_159.pcap ├── capture-chrome_linux_132_0_6834_83.pcap ├── capture-chrome_linux_133_0_6943_126.pcap ├── capture-chrome_linux_133_0_6943_141.pcap ├── capture-chrome_linux_133_0_6943_53.pcap ├── capture-chrome_linux_133_0_6943_98.pcap ├── capture-chrome_linux_134_0_6998_165.pcap ├── capture-chrome_linux_134_0_6998_35.pcap ├── capture-chrome_linux_134_0_6998_88.pcap ├── capture-chrome_linux_134_0_6998_90.pcap ├── capture-chrome_linux_135_0_7049_114.pcap ├── capture-chrome_linux_135_0_7049_42.pcap ├── capture-chrome_linux_135_0_7049_84.pcap ├── capture-chrome_linux_135_0_7049_95.pcap ├── capture-chrome_linux_135_0_7049_97.pcap ├── capture-chrome_linux_136_0_7103_113.pcap ├── capture-chrome_linux_136_0_7103_49.pcap ├── capture-chrome_linux_136_0_7103_92.pcap ├── capture-chrome_linux_136_0_7103_94.pcap ├── capture-chrome_linux_137_0_7151_119.pcap ├── capture-chrome_linux_137_0_7151_55.pcap ├── capture-chrome_linux_137_0_7151_68.pcap ├── capture-chrome_linux_137_0_7151_70.pcap ├── capture-chrome_linux_138_0_7204_157.pcap ├── capture-chrome_linux_138_0_7204_168.pcap ├── capture-chrome_linux_138_0_7204_183.pcap ├── capture-chrome_linux_138_0_7204_49.pcap ├── capture-chrome_linux_138_0_7204_92.pcap ├── capture-chrome_linux_138_0_7204_94.pcap ├── capture-chrome_linux_139_0_7258_138.pcap ├── capture-chrome_linux_139_0_7258_154.pcap ├── capture-chrome_linux_139_0_7258_66.pcap ├── capture-chrome_linux_139_0_7258_68.pcap ├── capture-chrome_linux_140_0_7339_185.pcap ├── capture-chrome_linux_140_0_7339_207.pcap ├── capture-chrome_linux_140_0_7339_80.pcap ├── capture-chrome_linux_140_0_7339_82.pcap ├── capture-chrome_linux_141_0_7390_122.pcap ├── capture-chrome_linux_141_0_7390_54.pcap ├── capture-chrome_linux_141_0_7390_65.pcap ├── capture-chrome_linux_141_0_7390_76.pcap ├── capture-chrome_linux_141_0_7390_78.pcap ├── capture-chrome_linux_142_0_7444_162.pcap ├── capture-chrome_linux_142_0_7444_175.pcap ├── capture-chrome_linux_142_0_7444_59.pcap ├── capture-chrome_linux_142_0_7444_61.pcap ├── capture-firefox-Mozilla_Firefox_125_0_1.pcap ├── capture-firefox-Mozilla_Firefox_125_0_2.pcap ├── capture-firefox-Mozilla_Firefox_125_0_3.pcap ├── capture-firefox-Mozilla_Firefox_126_0.pcap ├── capture-firefox-Mozilla_Firefox_126_0_1.pcap ├── capture-firefox_linux_stable_126_0_1.pcap ├── capture-firefox_linux_stable_127_0.pcap ├── capture-firefox_linux_stable_127_0_1.pcap ├── capture-firefox_linux_stable_127_0_2.pcap ├── capture-firefox_linux_stable_128_0.pcap ├── capture-firefox_linux_stable_128_0_2.pcap ├── capture-firefox_linux_stable_128_0_3.pcap ├── capture-firefox_linux_stable_129_0.pcap ├── capture-firefox_linux_stable_129_0_1.pcap ├── capture-firefox_linux_stable_130_0.pcap ├── capture-firefox_linux_stable_130_0_1.pcap ├── capture-firefox_linux_stable_131_0.pcap ├── capture-firefox_linux_stable_133_0.pcap ├── capture-firefox_linux_stable_133_0_3.pcap ├── capture-firefox_linux_stable_134_0.pcap ├── capture-firefox_linux_stable_134_0_1.pcap ├── capture-firefox_linux_stable_134_0_2.pcap ├── capture-firefox_linux_stable_135_0.pcap ├── capture-firefox_linux_stable_135_0_1.pcap ├── capture-firefox_linux_stable_136_0.pcap ├── capture-firefox_linux_stable_136_0_1.pcap ├── capture-firefox_linux_stable_136_0_2.pcap ├── capture-firefox_linux_stable_136_0_3.pcap ├── capture-firefox_linux_stable_136_0_4.pcap ├── capture-firefox_linux_stable_137_0.pcap ├── capture-firefox_linux_stable_137_0_1.pcap ├── capture-firefox_linux_stable_137_0_2.pcap ├── capture-firefox_linux_stable_138_0.pcap ├── capture-firefox_linux_stable_138_0_1.pcap ├── capture-firefox_linux_stable_138_0_3.pcap ├── capture-firefox_linux_stable_138_0_4.pcap ├── capture-firefox_linux_stable_139_0.pcap ├── capture-firefox_linux_stable_139_0_1.pcap ├── capture-firefox_linux_stable_139_0_4.pcap ├── capture-firefox_linux_stable_140_0_2.pcap ├── capture-firefox_linux_stable_140_0_4.pcap ├── capture-firefox_linux_stable_141_0.pcap ├── capture-firefox_linux_stable_141_0_2.pcap ├── capture-firefox_linux_stable_141_0_3.pcap ├── capture-firefox_linux_stable_142_0.pcap ├── capture-firefox_linux_stable_142_0_1.pcap ├── capture-firefox_linux_stable_143_0.pcap ├── capture-firefox_linux_stable_143_0_1.pcap ├── capture-firefox_linux_stable_143_0_3.pcap ├── capture-firefox_linux_stable_143_0_4.pcap ├── capture-firefox_linux_stable_144_0.pcap ├── capture-firefox_linux_stable_144_0_2.pcap ├── capture-firefox_linux_stable_145_0.pcap ├── capture-firefox_linux_stable_145_0_1.pcap └── capture-firefox_linux_stable_145_0_2.pcap ├── go.mod ├── go.sum ├── main.go └── pkg ├── fingerprints ├── fingerprints.go └── fingerprints_13.go ├── mimicry ├── errors.go ├── extension.go ├── fingerprints_test.go ├── mimic_client_hello.go └── mimic_test.go ├── randomize ├── errors.go ├── extension.go └── randomize_client_hello.go └── utils ├── cipher_suite.go ├── errors.go ├── fake_extension.go ├── keyshare.go ├── util_test.go └── utils.go /.github/workflows/browser-test/LICENSE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theodorsm/covert-dtls/HEAD/.github/workflows/browser-test/LICENSE.md -------------------------------------------------------------------------------- /.github/workflows/browser-test/download-browsers.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theodorsm/covert-dtls/HEAD/.github/workflows/browser-test/download-browsers.js -------------------------------------------------------------------------------- /.github/workflows/browser-test/interop/connection.test.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theodorsm/covert-dtls/HEAD/.github/workflows/browser-test/interop/connection.test.js -------------------------------------------------------------------------------- /.github/workflows/browser-test/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theodorsm/covert-dtls/HEAD/.github/workflows/browser-test/package.json -------------------------------------------------------------------------------- /.github/workflows/browser-test/steps.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theodorsm/covert-dtls/HEAD/.github/workflows/browser-test/steps.js -------------------------------------------------------------------------------- /.github/workflows/browser-test/webdriver.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theodorsm/covert-dtls/HEAD/.github/workflows/browser-test/webdriver.js -------------------------------------------------------------------------------- /.github/workflows/browser-test/webrtcclient.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theodorsm/covert-dtls/HEAD/.github/workflows/browser-test/webrtcclient.js -------------------------------------------------------------------------------- /.github/workflows/fingerprint.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theodorsm/covert-dtls/HEAD/.github/workflows/fingerprint.yaml -------------------------------------------------------------------------------- /.github/workflows/lint.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theodorsm/covert-dtls/HEAD/.github/workflows/lint.yaml -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- 1 | node_modules/ 2 | -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theodorsm/covert-dtls/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theodorsm/covert-dtls/HEAD/README.md -------------------------------------------------------------------------------- /fingerprints-captures/capture-chrome-Google_Chrome_124_0_6367_118_unknown.pcap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theodorsm/covert-dtls/HEAD/fingerprints-captures/capture-chrome-Google_Chrome_124_0_6367_118_unknown.pcap -------------------------------------------------------------------------------- /fingerprints-captures/capture-chrome-Google_Chrome_124_0_6367_155_unknown.pcap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theodorsm/covert-dtls/HEAD/fingerprints-captures/capture-chrome-Google_Chrome_124_0_6367_155_unknown.pcap -------------------------------------------------------------------------------- /fingerprints-captures/capture-chrome-Google_Chrome_124_0_6367_201_unknown.pcap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theodorsm/covert-dtls/HEAD/fingerprints-captures/capture-chrome-Google_Chrome_124_0_6367_201_unknown.pcap -------------------------------------------------------------------------------- /fingerprints-captures/capture-chrome-Google_Chrome_124_0_6367_207_unknown.pcap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theodorsm/covert-dtls/HEAD/fingerprints-captures/capture-chrome-Google_Chrome_124_0_6367_207_unknown.pcap -------------------------------------------------------------------------------- /fingerprints-captures/capture-chrome-Google_Chrome_124_0_6367_60_unknown.pcap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theodorsm/covert-dtls/HEAD/fingerprints-captures/capture-chrome-Google_Chrome_124_0_6367_60_unknown.pcap -------------------------------------------------------------------------------- /fingerprints-captures/capture-chrome-Google_Chrome_124_0_6367_78_unknown.pcap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theodorsm/covert-dtls/HEAD/fingerprints-captures/capture-chrome-Google_Chrome_124_0_6367_78_unknown.pcap -------------------------------------------------------------------------------- /fingerprints-captures/capture-chrome-Google_Chrome_124_0_6367_91_unknown.pcap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theodorsm/covert-dtls/HEAD/fingerprints-captures/capture-chrome-Google_Chrome_124_0_6367_91_unknown.pcap -------------------------------------------------------------------------------- /fingerprints-captures/capture-chrome-Google_Chrome_125_0_6422_112_unknown.pcap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theodorsm/covert-dtls/HEAD/fingerprints-captures/capture-chrome-Google_Chrome_125_0_6422_112_unknown.pcap -------------------------------------------------------------------------------- /fingerprints-captures/capture-chrome-Google_Chrome_125_0_6422_141_unknown.pcap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theodorsm/covert-dtls/HEAD/fingerprints-captures/capture-chrome-Google_Chrome_125_0_6422_141_unknown.pcap -------------------------------------------------------------------------------- /fingerprints-captures/capture-chrome-Google_Chrome_125_0_6422_60_unknown.pcap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theodorsm/covert-dtls/HEAD/fingerprints-captures/capture-chrome-Google_Chrome_125_0_6422_60_unknown.pcap -------------------------------------------------------------------------------- /fingerprints-captures/capture-chrome-Google_Chrome_125_0_6422_76_unknown.pcap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theodorsm/covert-dtls/HEAD/fingerprints-captures/capture-chrome-Google_Chrome_125_0_6422_76_unknown.pcap -------------------------------------------------------------------------------- /fingerprints-captures/capture-chrome_linux_125_0_6422_141.pcap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theodorsm/covert-dtls/HEAD/fingerprints-captures/capture-chrome_linux_125_0_6422_141.pcap -------------------------------------------------------------------------------- /fingerprints-captures/capture-chrome_linux_126_0_6478_126.pcap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theodorsm/covert-dtls/HEAD/fingerprints-captures/capture-chrome_linux_126_0_6478_126.pcap -------------------------------------------------------------------------------- /fingerprints-captures/capture-chrome_linux_126_0_6478_182.pcap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theodorsm/covert-dtls/HEAD/fingerprints-captures/capture-chrome_linux_126_0_6478_182.pcap -------------------------------------------------------------------------------- /fingerprints-captures/capture-chrome_linux_126_0_6478_55.pcap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theodorsm/covert-dtls/HEAD/fingerprints-captures/capture-chrome_linux_126_0_6478_55.pcap -------------------------------------------------------------------------------- /fingerprints-captures/capture-chrome_linux_126_0_6478_61.pcap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theodorsm/covert-dtls/HEAD/fingerprints-captures/capture-chrome_linux_126_0_6478_61.pcap -------------------------------------------------------------------------------- /fingerprints-captures/capture-chrome_linux_126_0_6478_62.pcap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theodorsm/covert-dtls/HEAD/fingerprints-captures/capture-chrome_linux_126_0_6478_62.pcap -------------------------------------------------------------------------------- /fingerprints-captures/capture-chrome_linux_126_0_6478_63.pcap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theodorsm/covert-dtls/HEAD/fingerprints-captures/capture-chrome_linux_126_0_6478_63.pcap -------------------------------------------------------------------------------- /fingerprints-captures/capture-chrome_linux_127_0_6533_119.pcap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theodorsm/covert-dtls/HEAD/fingerprints-captures/capture-chrome_linux_127_0_6533_119.pcap -------------------------------------------------------------------------------- /fingerprints-captures/capture-chrome_linux_127_0_6533_72.pcap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theodorsm/covert-dtls/HEAD/fingerprints-captures/capture-chrome_linux_127_0_6533_72.pcap -------------------------------------------------------------------------------- /fingerprints-captures/capture-chrome_linux_127_0_6533_88.pcap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theodorsm/covert-dtls/HEAD/fingerprints-captures/capture-chrome_linux_127_0_6533_88.pcap -------------------------------------------------------------------------------- /fingerprints-captures/capture-chrome_linux_127_0_6533_99.pcap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theodorsm/covert-dtls/HEAD/fingerprints-captures/capture-chrome_linux_127_0_6533_99.pcap -------------------------------------------------------------------------------- /fingerprints-captures/capture-chrome_linux_128_0_6613_119.pcap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theodorsm/covert-dtls/HEAD/fingerprints-captures/capture-chrome_linux_128_0_6613_119.pcap -------------------------------------------------------------------------------- /fingerprints-captures/capture-chrome_linux_128_0_6613_137.pcap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theodorsm/covert-dtls/HEAD/fingerprints-captures/capture-chrome_linux_128_0_6613_137.pcap -------------------------------------------------------------------------------- /fingerprints-captures/capture-chrome_linux_129_0_6668_58.pcap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theodorsm/covert-dtls/HEAD/fingerprints-captures/capture-chrome_linux_129_0_6668_58.pcap -------------------------------------------------------------------------------- /fingerprints-captures/capture-chrome_linux_129_0_6668_70.pcap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theodorsm/covert-dtls/HEAD/fingerprints-captures/capture-chrome_linux_129_0_6668_70.pcap -------------------------------------------------------------------------------- /fingerprints-captures/capture-chrome_linux_129_0_6668_89.pcap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theodorsm/covert-dtls/HEAD/fingerprints-captures/capture-chrome_linux_129_0_6668_89.pcap -------------------------------------------------------------------------------- /fingerprints-captures/capture-chrome_linux_131_0_6778_108.pcap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theodorsm/covert-dtls/HEAD/fingerprints-captures/capture-chrome_linux_131_0_6778_108.pcap -------------------------------------------------------------------------------- /fingerprints-captures/capture-chrome_linux_131_0_6778_204.pcap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theodorsm/covert-dtls/HEAD/fingerprints-captures/capture-chrome_linux_131_0_6778_204.pcap -------------------------------------------------------------------------------- /fingerprints-captures/capture-chrome_linux_131_0_6778_264.pcap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theodorsm/covert-dtls/HEAD/fingerprints-captures/capture-chrome_linux_131_0_6778_264.pcap -------------------------------------------------------------------------------- /fingerprints-captures/capture-chrome_linux_131_0_6778_85.pcap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theodorsm/covert-dtls/HEAD/fingerprints-captures/capture-chrome_linux_131_0_6778_85.pcap -------------------------------------------------------------------------------- /fingerprints-captures/capture-chrome_linux_131_0_6778_87.pcap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theodorsm/covert-dtls/HEAD/fingerprints-captures/capture-chrome_linux_131_0_6778_87.pcap -------------------------------------------------------------------------------- /fingerprints-captures/capture-chrome_linux_132_0_6834_110.pcap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theodorsm/covert-dtls/HEAD/fingerprints-captures/capture-chrome_linux_132_0_6834_110.pcap -------------------------------------------------------------------------------- /fingerprints-captures/capture-chrome_linux_132_0_6834_159.pcap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theodorsm/covert-dtls/HEAD/fingerprints-captures/capture-chrome_linux_132_0_6834_159.pcap -------------------------------------------------------------------------------- /fingerprints-captures/capture-chrome_linux_132_0_6834_83.pcap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theodorsm/covert-dtls/HEAD/fingerprints-captures/capture-chrome_linux_132_0_6834_83.pcap -------------------------------------------------------------------------------- /fingerprints-captures/capture-chrome_linux_133_0_6943_126.pcap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theodorsm/covert-dtls/HEAD/fingerprints-captures/capture-chrome_linux_133_0_6943_126.pcap -------------------------------------------------------------------------------- /fingerprints-captures/capture-chrome_linux_133_0_6943_141.pcap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theodorsm/covert-dtls/HEAD/fingerprints-captures/capture-chrome_linux_133_0_6943_141.pcap -------------------------------------------------------------------------------- /fingerprints-captures/capture-chrome_linux_133_0_6943_53.pcap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theodorsm/covert-dtls/HEAD/fingerprints-captures/capture-chrome_linux_133_0_6943_53.pcap -------------------------------------------------------------------------------- /fingerprints-captures/capture-chrome_linux_133_0_6943_98.pcap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theodorsm/covert-dtls/HEAD/fingerprints-captures/capture-chrome_linux_133_0_6943_98.pcap -------------------------------------------------------------------------------- /fingerprints-captures/capture-chrome_linux_134_0_6998_165.pcap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theodorsm/covert-dtls/HEAD/fingerprints-captures/capture-chrome_linux_134_0_6998_165.pcap -------------------------------------------------------------------------------- /fingerprints-captures/capture-chrome_linux_134_0_6998_35.pcap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theodorsm/covert-dtls/HEAD/fingerprints-captures/capture-chrome_linux_134_0_6998_35.pcap -------------------------------------------------------------------------------- /fingerprints-captures/capture-chrome_linux_134_0_6998_88.pcap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theodorsm/covert-dtls/HEAD/fingerprints-captures/capture-chrome_linux_134_0_6998_88.pcap -------------------------------------------------------------------------------- /fingerprints-captures/capture-chrome_linux_134_0_6998_90.pcap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theodorsm/covert-dtls/HEAD/fingerprints-captures/capture-chrome_linux_134_0_6998_90.pcap -------------------------------------------------------------------------------- /fingerprints-captures/capture-chrome_linux_135_0_7049_114.pcap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theodorsm/covert-dtls/HEAD/fingerprints-captures/capture-chrome_linux_135_0_7049_114.pcap -------------------------------------------------------------------------------- /fingerprints-captures/capture-chrome_linux_135_0_7049_42.pcap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theodorsm/covert-dtls/HEAD/fingerprints-captures/capture-chrome_linux_135_0_7049_42.pcap -------------------------------------------------------------------------------- /fingerprints-captures/capture-chrome_linux_135_0_7049_84.pcap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theodorsm/covert-dtls/HEAD/fingerprints-captures/capture-chrome_linux_135_0_7049_84.pcap -------------------------------------------------------------------------------- /fingerprints-captures/capture-chrome_linux_135_0_7049_95.pcap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theodorsm/covert-dtls/HEAD/fingerprints-captures/capture-chrome_linux_135_0_7049_95.pcap -------------------------------------------------------------------------------- /fingerprints-captures/capture-chrome_linux_135_0_7049_97.pcap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theodorsm/covert-dtls/HEAD/fingerprints-captures/capture-chrome_linux_135_0_7049_97.pcap -------------------------------------------------------------------------------- /fingerprints-captures/capture-chrome_linux_136_0_7103_113.pcap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theodorsm/covert-dtls/HEAD/fingerprints-captures/capture-chrome_linux_136_0_7103_113.pcap -------------------------------------------------------------------------------- /fingerprints-captures/capture-chrome_linux_136_0_7103_49.pcap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theodorsm/covert-dtls/HEAD/fingerprints-captures/capture-chrome_linux_136_0_7103_49.pcap -------------------------------------------------------------------------------- /fingerprints-captures/capture-chrome_linux_136_0_7103_92.pcap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theodorsm/covert-dtls/HEAD/fingerprints-captures/capture-chrome_linux_136_0_7103_92.pcap -------------------------------------------------------------------------------- /fingerprints-captures/capture-chrome_linux_136_0_7103_94.pcap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theodorsm/covert-dtls/HEAD/fingerprints-captures/capture-chrome_linux_136_0_7103_94.pcap -------------------------------------------------------------------------------- /fingerprints-captures/capture-chrome_linux_137_0_7151_119.pcap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theodorsm/covert-dtls/HEAD/fingerprints-captures/capture-chrome_linux_137_0_7151_119.pcap -------------------------------------------------------------------------------- /fingerprints-captures/capture-chrome_linux_137_0_7151_55.pcap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theodorsm/covert-dtls/HEAD/fingerprints-captures/capture-chrome_linux_137_0_7151_55.pcap -------------------------------------------------------------------------------- /fingerprints-captures/capture-chrome_linux_137_0_7151_68.pcap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theodorsm/covert-dtls/HEAD/fingerprints-captures/capture-chrome_linux_137_0_7151_68.pcap -------------------------------------------------------------------------------- /fingerprints-captures/capture-chrome_linux_137_0_7151_70.pcap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theodorsm/covert-dtls/HEAD/fingerprints-captures/capture-chrome_linux_137_0_7151_70.pcap -------------------------------------------------------------------------------- /fingerprints-captures/capture-chrome_linux_138_0_7204_157.pcap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theodorsm/covert-dtls/HEAD/fingerprints-captures/capture-chrome_linux_138_0_7204_157.pcap -------------------------------------------------------------------------------- /fingerprints-captures/capture-chrome_linux_138_0_7204_168.pcap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theodorsm/covert-dtls/HEAD/fingerprints-captures/capture-chrome_linux_138_0_7204_168.pcap -------------------------------------------------------------------------------- /fingerprints-captures/capture-chrome_linux_138_0_7204_183.pcap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theodorsm/covert-dtls/HEAD/fingerprints-captures/capture-chrome_linux_138_0_7204_183.pcap -------------------------------------------------------------------------------- /fingerprints-captures/capture-chrome_linux_138_0_7204_49.pcap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theodorsm/covert-dtls/HEAD/fingerprints-captures/capture-chrome_linux_138_0_7204_49.pcap -------------------------------------------------------------------------------- /fingerprints-captures/capture-chrome_linux_138_0_7204_92.pcap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theodorsm/covert-dtls/HEAD/fingerprints-captures/capture-chrome_linux_138_0_7204_92.pcap -------------------------------------------------------------------------------- /fingerprints-captures/capture-chrome_linux_138_0_7204_94.pcap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theodorsm/covert-dtls/HEAD/fingerprints-captures/capture-chrome_linux_138_0_7204_94.pcap -------------------------------------------------------------------------------- /fingerprints-captures/capture-chrome_linux_139_0_7258_138.pcap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theodorsm/covert-dtls/HEAD/fingerprints-captures/capture-chrome_linux_139_0_7258_138.pcap -------------------------------------------------------------------------------- /fingerprints-captures/capture-chrome_linux_139_0_7258_154.pcap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theodorsm/covert-dtls/HEAD/fingerprints-captures/capture-chrome_linux_139_0_7258_154.pcap -------------------------------------------------------------------------------- /fingerprints-captures/capture-chrome_linux_139_0_7258_66.pcap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theodorsm/covert-dtls/HEAD/fingerprints-captures/capture-chrome_linux_139_0_7258_66.pcap -------------------------------------------------------------------------------- /fingerprints-captures/capture-chrome_linux_139_0_7258_68.pcap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theodorsm/covert-dtls/HEAD/fingerprints-captures/capture-chrome_linux_139_0_7258_68.pcap -------------------------------------------------------------------------------- /fingerprints-captures/capture-chrome_linux_140_0_7339_185.pcap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theodorsm/covert-dtls/HEAD/fingerprints-captures/capture-chrome_linux_140_0_7339_185.pcap -------------------------------------------------------------------------------- /fingerprints-captures/capture-chrome_linux_140_0_7339_207.pcap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theodorsm/covert-dtls/HEAD/fingerprints-captures/capture-chrome_linux_140_0_7339_207.pcap -------------------------------------------------------------------------------- /fingerprints-captures/capture-chrome_linux_140_0_7339_80.pcap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theodorsm/covert-dtls/HEAD/fingerprints-captures/capture-chrome_linux_140_0_7339_80.pcap -------------------------------------------------------------------------------- /fingerprints-captures/capture-chrome_linux_140_0_7339_82.pcap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theodorsm/covert-dtls/HEAD/fingerprints-captures/capture-chrome_linux_140_0_7339_82.pcap -------------------------------------------------------------------------------- /fingerprints-captures/capture-chrome_linux_141_0_7390_122.pcap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theodorsm/covert-dtls/HEAD/fingerprints-captures/capture-chrome_linux_141_0_7390_122.pcap -------------------------------------------------------------------------------- /fingerprints-captures/capture-chrome_linux_141_0_7390_54.pcap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theodorsm/covert-dtls/HEAD/fingerprints-captures/capture-chrome_linux_141_0_7390_54.pcap -------------------------------------------------------------------------------- /fingerprints-captures/capture-chrome_linux_141_0_7390_65.pcap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theodorsm/covert-dtls/HEAD/fingerprints-captures/capture-chrome_linux_141_0_7390_65.pcap -------------------------------------------------------------------------------- /fingerprints-captures/capture-chrome_linux_141_0_7390_76.pcap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theodorsm/covert-dtls/HEAD/fingerprints-captures/capture-chrome_linux_141_0_7390_76.pcap -------------------------------------------------------------------------------- /fingerprints-captures/capture-chrome_linux_141_0_7390_78.pcap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theodorsm/covert-dtls/HEAD/fingerprints-captures/capture-chrome_linux_141_0_7390_78.pcap -------------------------------------------------------------------------------- /fingerprints-captures/capture-chrome_linux_142_0_7444_162.pcap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theodorsm/covert-dtls/HEAD/fingerprints-captures/capture-chrome_linux_142_0_7444_162.pcap -------------------------------------------------------------------------------- /fingerprints-captures/capture-chrome_linux_142_0_7444_175.pcap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theodorsm/covert-dtls/HEAD/fingerprints-captures/capture-chrome_linux_142_0_7444_175.pcap -------------------------------------------------------------------------------- /fingerprints-captures/capture-chrome_linux_142_0_7444_59.pcap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theodorsm/covert-dtls/HEAD/fingerprints-captures/capture-chrome_linux_142_0_7444_59.pcap -------------------------------------------------------------------------------- /fingerprints-captures/capture-chrome_linux_142_0_7444_61.pcap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theodorsm/covert-dtls/HEAD/fingerprints-captures/capture-chrome_linux_142_0_7444_61.pcap -------------------------------------------------------------------------------- /fingerprints-captures/capture-firefox-Mozilla_Firefox_125_0_1.pcap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theodorsm/covert-dtls/HEAD/fingerprints-captures/capture-firefox-Mozilla_Firefox_125_0_1.pcap -------------------------------------------------------------------------------- /fingerprints-captures/capture-firefox-Mozilla_Firefox_125_0_2.pcap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theodorsm/covert-dtls/HEAD/fingerprints-captures/capture-firefox-Mozilla_Firefox_125_0_2.pcap -------------------------------------------------------------------------------- /fingerprints-captures/capture-firefox-Mozilla_Firefox_125_0_3.pcap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theodorsm/covert-dtls/HEAD/fingerprints-captures/capture-firefox-Mozilla_Firefox_125_0_3.pcap -------------------------------------------------------------------------------- /fingerprints-captures/capture-firefox-Mozilla_Firefox_126_0.pcap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theodorsm/covert-dtls/HEAD/fingerprints-captures/capture-firefox-Mozilla_Firefox_126_0.pcap -------------------------------------------------------------------------------- /fingerprints-captures/capture-firefox-Mozilla_Firefox_126_0_1.pcap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theodorsm/covert-dtls/HEAD/fingerprints-captures/capture-firefox-Mozilla_Firefox_126_0_1.pcap -------------------------------------------------------------------------------- /fingerprints-captures/capture-firefox_linux_stable_126_0_1.pcap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theodorsm/covert-dtls/HEAD/fingerprints-captures/capture-firefox_linux_stable_126_0_1.pcap -------------------------------------------------------------------------------- /fingerprints-captures/capture-firefox_linux_stable_127_0.pcap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theodorsm/covert-dtls/HEAD/fingerprints-captures/capture-firefox_linux_stable_127_0.pcap -------------------------------------------------------------------------------- /fingerprints-captures/capture-firefox_linux_stable_127_0_1.pcap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theodorsm/covert-dtls/HEAD/fingerprints-captures/capture-firefox_linux_stable_127_0_1.pcap -------------------------------------------------------------------------------- /fingerprints-captures/capture-firefox_linux_stable_127_0_2.pcap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theodorsm/covert-dtls/HEAD/fingerprints-captures/capture-firefox_linux_stable_127_0_2.pcap -------------------------------------------------------------------------------- /fingerprints-captures/capture-firefox_linux_stable_128_0.pcap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theodorsm/covert-dtls/HEAD/fingerprints-captures/capture-firefox_linux_stable_128_0.pcap -------------------------------------------------------------------------------- /fingerprints-captures/capture-firefox_linux_stable_128_0_2.pcap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theodorsm/covert-dtls/HEAD/fingerprints-captures/capture-firefox_linux_stable_128_0_2.pcap -------------------------------------------------------------------------------- /fingerprints-captures/capture-firefox_linux_stable_128_0_3.pcap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theodorsm/covert-dtls/HEAD/fingerprints-captures/capture-firefox_linux_stable_128_0_3.pcap -------------------------------------------------------------------------------- /fingerprints-captures/capture-firefox_linux_stable_129_0.pcap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theodorsm/covert-dtls/HEAD/fingerprints-captures/capture-firefox_linux_stable_129_0.pcap -------------------------------------------------------------------------------- /fingerprints-captures/capture-firefox_linux_stable_129_0_1.pcap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theodorsm/covert-dtls/HEAD/fingerprints-captures/capture-firefox_linux_stable_129_0_1.pcap -------------------------------------------------------------------------------- /fingerprints-captures/capture-firefox_linux_stable_130_0.pcap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theodorsm/covert-dtls/HEAD/fingerprints-captures/capture-firefox_linux_stable_130_0.pcap -------------------------------------------------------------------------------- /fingerprints-captures/capture-firefox_linux_stable_130_0_1.pcap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theodorsm/covert-dtls/HEAD/fingerprints-captures/capture-firefox_linux_stable_130_0_1.pcap -------------------------------------------------------------------------------- /fingerprints-captures/capture-firefox_linux_stable_131_0.pcap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theodorsm/covert-dtls/HEAD/fingerprints-captures/capture-firefox_linux_stable_131_0.pcap -------------------------------------------------------------------------------- /fingerprints-captures/capture-firefox_linux_stable_133_0.pcap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theodorsm/covert-dtls/HEAD/fingerprints-captures/capture-firefox_linux_stable_133_0.pcap -------------------------------------------------------------------------------- /fingerprints-captures/capture-firefox_linux_stable_133_0_3.pcap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theodorsm/covert-dtls/HEAD/fingerprints-captures/capture-firefox_linux_stable_133_0_3.pcap -------------------------------------------------------------------------------- /fingerprints-captures/capture-firefox_linux_stable_134_0.pcap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theodorsm/covert-dtls/HEAD/fingerprints-captures/capture-firefox_linux_stable_134_0.pcap -------------------------------------------------------------------------------- /fingerprints-captures/capture-firefox_linux_stable_134_0_1.pcap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theodorsm/covert-dtls/HEAD/fingerprints-captures/capture-firefox_linux_stable_134_0_1.pcap -------------------------------------------------------------------------------- /fingerprints-captures/capture-firefox_linux_stable_134_0_2.pcap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theodorsm/covert-dtls/HEAD/fingerprints-captures/capture-firefox_linux_stable_134_0_2.pcap -------------------------------------------------------------------------------- /fingerprints-captures/capture-firefox_linux_stable_135_0.pcap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theodorsm/covert-dtls/HEAD/fingerprints-captures/capture-firefox_linux_stable_135_0.pcap -------------------------------------------------------------------------------- /fingerprints-captures/capture-firefox_linux_stable_135_0_1.pcap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theodorsm/covert-dtls/HEAD/fingerprints-captures/capture-firefox_linux_stable_135_0_1.pcap -------------------------------------------------------------------------------- /fingerprints-captures/capture-firefox_linux_stable_136_0.pcap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theodorsm/covert-dtls/HEAD/fingerprints-captures/capture-firefox_linux_stable_136_0.pcap -------------------------------------------------------------------------------- /fingerprints-captures/capture-firefox_linux_stable_136_0_1.pcap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theodorsm/covert-dtls/HEAD/fingerprints-captures/capture-firefox_linux_stable_136_0_1.pcap -------------------------------------------------------------------------------- /fingerprints-captures/capture-firefox_linux_stable_136_0_2.pcap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theodorsm/covert-dtls/HEAD/fingerprints-captures/capture-firefox_linux_stable_136_0_2.pcap -------------------------------------------------------------------------------- /fingerprints-captures/capture-firefox_linux_stable_136_0_3.pcap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theodorsm/covert-dtls/HEAD/fingerprints-captures/capture-firefox_linux_stable_136_0_3.pcap -------------------------------------------------------------------------------- /fingerprints-captures/capture-firefox_linux_stable_136_0_4.pcap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theodorsm/covert-dtls/HEAD/fingerprints-captures/capture-firefox_linux_stable_136_0_4.pcap -------------------------------------------------------------------------------- /fingerprints-captures/capture-firefox_linux_stable_137_0.pcap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theodorsm/covert-dtls/HEAD/fingerprints-captures/capture-firefox_linux_stable_137_0.pcap -------------------------------------------------------------------------------- /fingerprints-captures/capture-firefox_linux_stable_137_0_1.pcap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theodorsm/covert-dtls/HEAD/fingerprints-captures/capture-firefox_linux_stable_137_0_1.pcap -------------------------------------------------------------------------------- /fingerprints-captures/capture-firefox_linux_stable_137_0_2.pcap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theodorsm/covert-dtls/HEAD/fingerprints-captures/capture-firefox_linux_stable_137_0_2.pcap -------------------------------------------------------------------------------- /fingerprints-captures/capture-firefox_linux_stable_138_0.pcap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theodorsm/covert-dtls/HEAD/fingerprints-captures/capture-firefox_linux_stable_138_0.pcap -------------------------------------------------------------------------------- /fingerprints-captures/capture-firefox_linux_stable_138_0_1.pcap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theodorsm/covert-dtls/HEAD/fingerprints-captures/capture-firefox_linux_stable_138_0_1.pcap -------------------------------------------------------------------------------- /fingerprints-captures/capture-firefox_linux_stable_138_0_3.pcap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theodorsm/covert-dtls/HEAD/fingerprints-captures/capture-firefox_linux_stable_138_0_3.pcap -------------------------------------------------------------------------------- /fingerprints-captures/capture-firefox_linux_stable_138_0_4.pcap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theodorsm/covert-dtls/HEAD/fingerprints-captures/capture-firefox_linux_stable_138_0_4.pcap -------------------------------------------------------------------------------- /fingerprints-captures/capture-firefox_linux_stable_139_0.pcap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theodorsm/covert-dtls/HEAD/fingerprints-captures/capture-firefox_linux_stable_139_0.pcap -------------------------------------------------------------------------------- /fingerprints-captures/capture-firefox_linux_stable_139_0_1.pcap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theodorsm/covert-dtls/HEAD/fingerprints-captures/capture-firefox_linux_stable_139_0_1.pcap -------------------------------------------------------------------------------- /fingerprints-captures/capture-firefox_linux_stable_139_0_4.pcap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theodorsm/covert-dtls/HEAD/fingerprints-captures/capture-firefox_linux_stable_139_0_4.pcap -------------------------------------------------------------------------------- /fingerprints-captures/capture-firefox_linux_stable_140_0_2.pcap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theodorsm/covert-dtls/HEAD/fingerprints-captures/capture-firefox_linux_stable_140_0_2.pcap -------------------------------------------------------------------------------- /fingerprints-captures/capture-firefox_linux_stable_140_0_4.pcap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theodorsm/covert-dtls/HEAD/fingerprints-captures/capture-firefox_linux_stable_140_0_4.pcap -------------------------------------------------------------------------------- /fingerprints-captures/capture-firefox_linux_stable_141_0.pcap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theodorsm/covert-dtls/HEAD/fingerprints-captures/capture-firefox_linux_stable_141_0.pcap -------------------------------------------------------------------------------- /fingerprints-captures/capture-firefox_linux_stable_141_0_2.pcap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theodorsm/covert-dtls/HEAD/fingerprints-captures/capture-firefox_linux_stable_141_0_2.pcap -------------------------------------------------------------------------------- /fingerprints-captures/capture-firefox_linux_stable_141_0_3.pcap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theodorsm/covert-dtls/HEAD/fingerprints-captures/capture-firefox_linux_stable_141_0_3.pcap -------------------------------------------------------------------------------- /fingerprints-captures/capture-firefox_linux_stable_142_0.pcap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theodorsm/covert-dtls/HEAD/fingerprints-captures/capture-firefox_linux_stable_142_0.pcap -------------------------------------------------------------------------------- /fingerprints-captures/capture-firefox_linux_stable_142_0_1.pcap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theodorsm/covert-dtls/HEAD/fingerprints-captures/capture-firefox_linux_stable_142_0_1.pcap -------------------------------------------------------------------------------- /fingerprints-captures/capture-firefox_linux_stable_143_0.pcap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theodorsm/covert-dtls/HEAD/fingerprints-captures/capture-firefox_linux_stable_143_0.pcap -------------------------------------------------------------------------------- /fingerprints-captures/capture-firefox_linux_stable_143_0_1.pcap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theodorsm/covert-dtls/HEAD/fingerprints-captures/capture-firefox_linux_stable_143_0_1.pcap -------------------------------------------------------------------------------- /fingerprints-captures/capture-firefox_linux_stable_143_0_3.pcap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theodorsm/covert-dtls/HEAD/fingerprints-captures/capture-firefox_linux_stable_143_0_3.pcap -------------------------------------------------------------------------------- /fingerprints-captures/capture-firefox_linux_stable_143_0_4.pcap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theodorsm/covert-dtls/HEAD/fingerprints-captures/capture-firefox_linux_stable_143_0_4.pcap -------------------------------------------------------------------------------- /fingerprints-captures/capture-firefox_linux_stable_144_0.pcap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theodorsm/covert-dtls/HEAD/fingerprints-captures/capture-firefox_linux_stable_144_0.pcap -------------------------------------------------------------------------------- /fingerprints-captures/capture-firefox_linux_stable_144_0_2.pcap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theodorsm/covert-dtls/HEAD/fingerprints-captures/capture-firefox_linux_stable_144_0_2.pcap -------------------------------------------------------------------------------- /fingerprints-captures/capture-firefox_linux_stable_145_0.pcap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theodorsm/covert-dtls/HEAD/fingerprints-captures/capture-firefox_linux_stable_145_0.pcap -------------------------------------------------------------------------------- /fingerprints-captures/capture-firefox_linux_stable_145_0_1.pcap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theodorsm/covert-dtls/HEAD/fingerprints-captures/capture-firefox_linux_stable_145_0_1.pcap -------------------------------------------------------------------------------- /fingerprints-captures/capture-firefox_linux_stable_145_0_2.pcap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theodorsm/covert-dtls/HEAD/fingerprints-captures/capture-firefox_linux_stable_145_0_2.pcap -------------------------------------------------------------------------------- /go.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theodorsm/covert-dtls/HEAD/go.mod -------------------------------------------------------------------------------- /go.sum: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theodorsm/covert-dtls/HEAD/go.sum -------------------------------------------------------------------------------- /main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theodorsm/covert-dtls/HEAD/main.go -------------------------------------------------------------------------------- /pkg/fingerprints/fingerprints.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theodorsm/covert-dtls/HEAD/pkg/fingerprints/fingerprints.go -------------------------------------------------------------------------------- /pkg/fingerprints/fingerprints_13.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theodorsm/covert-dtls/HEAD/pkg/fingerprints/fingerprints_13.go -------------------------------------------------------------------------------- /pkg/mimicry/errors.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theodorsm/covert-dtls/HEAD/pkg/mimicry/errors.go -------------------------------------------------------------------------------- /pkg/mimicry/extension.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theodorsm/covert-dtls/HEAD/pkg/mimicry/extension.go -------------------------------------------------------------------------------- /pkg/mimicry/fingerprints_test.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theodorsm/covert-dtls/HEAD/pkg/mimicry/fingerprints_test.go -------------------------------------------------------------------------------- /pkg/mimicry/mimic_client_hello.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theodorsm/covert-dtls/HEAD/pkg/mimicry/mimic_client_hello.go -------------------------------------------------------------------------------- /pkg/mimicry/mimic_test.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theodorsm/covert-dtls/HEAD/pkg/mimicry/mimic_test.go -------------------------------------------------------------------------------- /pkg/randomize/errors.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theodorsm/covert-dtls/HEAD/pkg/randomize/errors.go -------------------------------------------------------------------------------- /pkg/randomize/extension.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theodorsm/covert-dtls/HEAD/pkg/randomize/extension.go -------------------------------------------------------------------------------- /pkg/randomize/randomize_client_hello.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theodorsm/covert-dtls/HEAD/pkg/randomize/randomize_client_hello.go -------------------------------------------------------------------------------- /pkg/utils/cipher_suite.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theodorsm/covert-dtls/HEAD/pkg/utils/cipher_suite.go -------------------------------------------------------------------------------- /pkg/utils/errors.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theodorsm/covert-dtls/HEAD/pkg/utils/errors.go -------------------------------------------------------------------------------- /pkg/utils/fake_extension.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theodorsm/covert-dtls/HEAD/pkg/utils/fake_extension.go -------------------------------------------------------------------------------- /pkg/utils/keyshare.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theodorsm/covert-dtls/HEAD/pkg/utils/keyshare.go -------------------------------------------------------------------------------- /pkg/utils/util_test.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theodorsm/covert-dtls/HEAD/pkg/utils/util_test.go -------------------------------------------------------------------------------- /pkg/utils/utils.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theodorsm/covert-dtls/HEAD/pkg/utils/utils.go --------------------------------------------------------------------------------