i would like to create a form in my webapp ( penetration testing ) , that asks for a target and some options , then take those parameters and execute a system command that run a ruby file in the same directory . in the following format ' ruby file.rb -u $target $option' , and output the result , thank you
