Skip to content

Instantly share code, notes, and snippets.

@xmppjingle
Created June 12, 2018 19:59
Show Gist options
  • Save xmppjingle/2aefbbe37ccfda59d513633e15a7299a to your computer and use it in GitHub Desktop.
Save xmppjingle/2aefbbe37ccfda59d513633e15a7299a to your computer and use it in GitHub Desktop.
UPCAP
#export CS_API_KEY=WHATEVERa6077d1
FN=`curl -F file=@$1 https://www.cloudshark.org/api/v1/$CS_API_KEY/upload | jq -r '.id'`
echo https://www.cloudshark.org/captures/$FN
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment