Skip to content

ndr-repo/react2shell

Repository files navigation

react2shell

Resources for red team operators to discover & exploit react2shell vulnerabilities. For authorized use only. I am not responsible for your actions.

Recon Automation Bookmarklet

bookmarklet search-result

Related PoCs

Related Exploit Chain - Trend Micro Research

TrendMicro-ExploitChain

base64 encoding bash one-liners

echo “<bash one-liner>” | base64

Running base64 encoded bash one-liners

echo “<base64 encoded one-liner>” | base64 -d | bash

example - creating a host fingerprinting one-liner:

echo "uname -a && id && ip address |  grep -oP '.*[\/][0-9].*' " | base64

example - running base64 encoded host fingerprinting one-liner:

echo "dW5hbWUgLWEgJiYgaWQgJiYgaXAgYWRkcmVzcyB8ICBncmVwIC1vUCAnLipbXC9dWzAtOV0uKicgCg==" | base64 -d | bash

Related Industry Articles

Labs

About

Resources for red team operators to discover & leverage react2shell vulnerabilities

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published