Created
June 12, 2018 19:59
-
-
Save xmppjingle/2aefbbe37ccfda59d513633e15a7299a to your computer and use it in GitHub Desktop.
UPCAP
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#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