发布于 2020-05-22 17:09:20
ThunderCore集线器钱包支持通过URL https://ttsite.link/深入到任意URL。
样本会话
$ URL=https://www.google.com
$ printf $URL | base64 -w 0 | printf 'https://ttsite.link/'$(cat)'\n'
https://ttsite.link/aHR0cHM6Ly93d3cuZ29vZ2xlLmNvbQ==base64来自GNU核心程序。您还可以使用例如python:
printf $URL | python3 -c 'import sys,base64;print(base64.b64encode(sys.stdin.buffer.read()).decode("ascii"))' |
printf 'https://ttsite.link/'$(cat)'\n'在安装了https://ttsite.link/aHR0cHM6Ly93d3cuZ29vZ2xlLmNvbQ==集线器的移动设备上单击ThunderCore,就会打开应用程序中的ThunderCore。
https://stackoverflow.com/questions/61960254
复制相似问题