Saturday, June 3, 2017

that's what the NSA - National Security Agency calls the Vault ..because they can hack all Solaris Oracle mirrors...It might be possible a very old 1992 technique, but upgraded now, which begins by making a symlink to set-UID script, that now solaris shell does not aloud kernel t open the interpreter (...on my humble knowledge, double checking the executable) however....

#! hacks

Scripts are executed as #!interpreter [arg] and most often as #!/usr/bin/env interpreter. Additional arguments cannot be used. This repo catalogs single file workarounds mostly for fun but also slightly serious.

Script Guidelines

  • Must be self-contained as a single file executable
  • Must support any number of interpreter arguments inline
  • Must use #!/usr/bin/env interpreter
  • Must echo the first argument with zero exit status
  • Must exit with nonzero status when no argument
  • Must work as any filename but should be named after the target program
  • Should be a paradigm (terse, clear, extensible)

License (Public Domain)

All code is public domain and may be used without limitation.

No comments: