From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from firstgate.proxmox.com (firstgate.proxmox.com [212.224.123.68]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by lists.proxmox.com (Postfix) with ESMTPS id 4D0EA60763 for ; Thu, 24 Sep 2020 13:16:46 +0200 (CEST) Received: from firstgate.proxmox.com (localhost [127.0.0.1]) by firstgate.proxmox.com (Proxmox) with ESMTP id 4ACDF11727 for ; Thu, 24 Sep 2020 13:16:46 +0200 (CEST) Received: from relay.webmeisterei.com (relay.webmeisterei.com [185.31.212.251]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by firstgate.proxmox.com (Proxmox) with ESMTPS id 773B31171B for ; Thu, 24 Sep 2020 13:16:44 +0200 (CEST) Received: from [10.167.160.12] (port=50028 helo=mail.jochum.dev) by relay.webmeisterei.com with esmtps (TLSv1.2:DHE-RSA-AES256-GCM-SHA384:256) (Exim 4.82_1-5b7a7c0-XX) (envelope-from ) id 1kLPEw-0004Fn-0X for pve-devel@pve.proxmox.com; Thu, 24 Sep 2020 13:16:42 +0200 Received: from [10.167.160.5] (10-42-0-128.ingress-nginx-controller-admission.kube-system.svc.cluster.local [10.42.0.128]) by mail.jochum.dev (Postfix) with ESMTPSA id F0B2A41DE2B00 for ; Thu, 24 Sep 2020 11:16:41 +0000 (UTC) X-CTCH-RefID: str=0001.0A090215.5F6C801A.0039, ss=1, re=0.000, recu=0.000, reip=0.000, cl=1, cld=1, fgs=0 To: PVE development discussion From: =?UTF-8?Q?Ren=c3=a9_Jochum?= Message-ID: <66328fcc-2e04-cc56-1c30-b60eb4e9ee51@jochum.dev> Date: Thu, 24 Sep 2020 13:16:41 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.12.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Content-Language: en-US X-SPAM-LEVEL: Spam detection results: 0 AWL -0.001 Adjusted score from AWL reputation of From: address KAM_DMARC_STATUS 0.01 Test Rule for DKIM or SPF Failure with Strict Alignment KAM_SHORT 0.001 Use of a URL Shortener for very short URL RCVD_IN_DNSWL_LOW -0.7 Sender listed at https://www.dnswl.org/, low trust SPF_HELO_NONE 0.001 SPF: HELO does not publish an SPF Record SPF_PASS -0.001 SPF: sender matches SPF record URIBL_BLOCKED 0.001 ADMINISTRATOR NOTICE: The query to URIBL was blocked. See http://wiki.apache.org/spamassassin/DnsBlocklists#dnsbl-block for more information. [pub.dev] Subject: [pve-devel] Flutter-app: Fingerprinting X-BeenThere: pve-devel@lists.proxmox.com X-Mailman-Version: 2.1.29 Precedence: list List-Id: Proxmox VE development discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Sep 2020 11:16:46 -0000 Hi, I wanted to write my own Flutter based app before you guy's Published the App, I wanted to call it "superprox", it should run on Desktop with electron, iOS and Android. Because of that I looked into Fingerprinting of TLS Certs and found a solution [0]. I've extended it to fetch fingerprint's for me, look at my fork at [1] it won't work on iOS yet. I can send code samples If you guys are interested. Kind regards, René 0: https://pub.dev/packages/http_certificate_pinning 1: https://github.com/pcdummy/http_certificate_pinning/tree/fingerprint_getter