noexec is no good

At least on linux. Make your tmp or whatever as noexec and it can still be executed.

/bin/sh /tmp/myhack

another example:

/usr/bin/perl /tmp/mybackdoor.pl

So if you thought you just secured your /tmp folder by making it noexec, you did nothing noexec is no good

 

 

 

 

Top