Skip to content

Instantly share code, notes, and snippets.

@originalsouth
Created May 3, 2020 20:00
Show Gist options
  • Save originalsouth/64996b52935c54501ed4b08d2f275ede to your computer and use it in GitHub Desktop.
Save originalsouth/64996b52935c54501ed4b08d2f275ede to your computer and use it in GitHub Desktop.
Hack The Box Invitation
#!/usr/bin/env zsh
echo $(curl --request POST https://www.hackthebox.eu/api/invite/generate 2>/dev/null | cut -d\" -f8 | base64 -d)
exit 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment