Quote Originally Posted by WitchCraft View Post
Shellcode is still missing
I think it has been done before, but here it is:
Code:
#!/bin/bash

echo "Hi. What is your name?";
read name;
echo "Hello, $name! Welcome to Ubuntu!";