python3 -c 'import urllib3,hashlib;print("Response:",hashlib.sha256(("eu.faircode.email"+dict(tuple(x.split("=",1)) for x in urllib3.util.parse_url(input("URL: ")).query.split("&"))["challenge"]).encode()).hexdigest())'
Должно быть как-то так:
123
$ python3 -c 'import urllib3,hashlib;print("Response:",hashlib.sha256(("eu.faircode.email"+dict(tuple(x.split("=",1)) for x in urllib3.util.parse_url(input("URL: ")).query.split("&"))["challenge"]).encode()).hexdigest())'
URL: https://a.b.com?x=1&challenge=1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef&xz=aa
Response: 4796447e2bbd4facd3f5b0275de3f57c660491e93d78868eed8ffc610a1f5815
Update the system with apt-get update && apt-get full-upgrade to the most recent state of working version.
Update /etc/apt/sources.list to
12345
deb http://deb.debian.org/debian/ bullseye main contrib non-free
deb-src http://deb.debian.org/debian/ bullseye-updates main contrib non-free
deb http://security.debian.org/debian-security bullseye-security main
deb-src http://security.debian.org/debian-security bullseye-security main
deb http://ftp.debian.org/debian bullseye-backports main contrib non-free
Upgrade the system with apt-get update && apt-get dist-upgrade && reboot to the new version.