Skip to content

Instantly share code, notes, and snippets.

@willglynn
Created June 25, 2024 03:53
Show Gist options
  • Save willglynn/1314ebf89bcb2cb49f71ff3a7e016cae to your computer and use it in GitHub Desktop.
Save willglynn/1314ebf89bcb2cb49f71ff3a7e016cae to your computer and use it in GitHub Desktop.
Tigo CCA 3.7.7-ct www/cgi-bin/shell
#!/bin/sh
echo -ne "Content-Type: text/plain\r\n\r\n"
sleep $(((RANDOM % 8) + 5))
echo "Done"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment