in reply to Is this code secure, can I test it on my machine?
Besides that, there are too many ways to gain complete control of the Perl interpreter: exploiting known bugs, forgering XS objects, unpack "p",..., etc.
A better approach would be do it at the OS level, using some MAC framework as AppArmor or running the code inside a virtual machine or a container.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Is this code secure, can I test it on my machine?
by ikegami (Patriarch) on May 23, 2010 at 19:32 UTC | |
|
Re^2: Is this code secure, can I test it on my machine?
by szabgab (Priest) on May 23, 2010 at 10:06 UTC | |
by salva (Canon) on May 24, 2010 at 10:35 UTC |