Spawning shell interactiva

/bin/sh -i

/bin/sh -i
sh: no job control in this shell
sh-4.2$

Perl

perl —e 'exec "/bin/sh";'
perl: exec "/bin/sh";

Ruby

ruby: exec "/bin/sh"

Lua

lua: os.execute('/bin/sh')

AWK

awk 'BEGIN {system("/bin/sh")}'

Find

Using Exec To Launch A Shell

VIM

Vim Escape

Execution Permissions Considerations

Sudo -l

Last updated