<%= flash[:error] %>
<% end %> <% if @step == 1 %>
| Name: | <%= text_field "exploit", "name" %> |
| Title: | <%= text_field "exploit", "title" %> |
| Description: | <%= text_area "exploit", "description", :cols => 40, :rows => 5 %> |
| Authors: | <%= text_area "exploit", "authors", :cols => 40, :rows => 5 %> |
| References: | <%= text_area "exploit", "references", :cols => 40, :rows => 5 %> |
| License: | <%= select ("exploit", "license", return_selectable_licenses()) %> |
| <%= submit_tag "Next" %> | |
| Space for payload: | <%= text_field "exploit", "payload_space" %> |
| Bad characters: | <%= text_field "exploit", "payload_badchars" %> |
| Prepend: | <%= text_field "exploit", "payload_prepend" %> |
| Append: | <%= text_field "exploit", "payload_append" %> |
| SaveRegisters: | <%= text_field "exploit", "payload_saveregs" %> |
| Previous | <%= submit_tag "Next" %> |
| SaveRegisters: | <%= text_field "exploit", "payload_saveregs" %> |
| Previous | <%= submit_tag "Next" %> |