Sha256: c06b54291c8df40d288c91eeabebba7d67cb85bd123a8694d2c863d102197e27

Contents?: true

Size: 1.08 KB

Versions: 35

Compression:

Stored size: 1.08 KB

Contents

<% content_for :title, 'Finalize login settings' %>

<div class="hero-unit">
    <h1>A bit more info</h1>
    <h2>and we'll have you on your way in no time.</h2>
</div>

<div class="well">
    <h2>Configure the login-check</h2>

    <% if verify_fail %>
        <div class="alert alert-error">
            <a class="close" data-dismiss="alert" href="#">×</a>
            Login check was not successful, please review your settings and try again.
        </div>
    <% end %>

    <form action="<%= root_url %>verify/login_check" method="post">
        <input type="text" name="url" class="span11" placeholder="URL"
            value="<%= html_encode params['url'] %>"/>
        <input type="text" name="pattern" class="span11" placeholder="Pattern"
            value="<%= html_encode params['pattern'] %>"/>

        <span class="help-block">
            The pattern will be matched against the response body of the URL.
            A successful match should indicate that the scanner is logged in.
        </span>

        <button type="submit" class="btn btn-primary">Next &rarr;</button>
    </form>
</div>

Version data entries

35 entries across 35 versions & 1 rubygems

Version Path
arachni-1.6.1.3 components/plugins/proxy/panel/verify_login_check.html.erb
arachni-1.6.1.2 components/plugins/proxy/panel/verify_login_check.html.erb
arachni-1.6.1.1 components/plugins/proxy/panel/verify_login_check.html.erb
arachni-1.6.1 components/plugins/proxy/panel/verify_login_check.html.erb
arachni-1.6.0 components/plugins/proxy/panel/verify_login_check.html.erb
arachni-1.5.1 components/plugins/proxy/panel/verify_login_check.html.erb
arachni-1.5 components/plugins/proxy/panel/verify_login_check.html.erb
arachni-1.4 components/plugins/proxy/panel/verify_login_check.html.erb
arachni-1.3.2 components/plugins/proxy/panel/verify_login_check.html.erb
arachni-1.3.1 components/plugins/proxy/panel/verify_login_check.html.erb
arachni-1.3 components/plugins/proxy/panel/verify_login_check.html.erb
arachni-1.2.1 components/plugins/proxy/panel/verify_login_check.html.erb
arachni-1.2 components/plugins/proxy/panel/verify_login_check.html.erb
arachni-1.1 components/plugins/proxy/panel/verify_login_check.html.erb
arachni-1.0.6 components/plugins/proxy/panel/verify_login_check.html.erb
arachni-1.0.5 components/plugins/proxy/panel/verify_login_check.html.erb
arachni-1.0.4 components/plugins/proxy/panel/verify_login_check.html.erb
arachni-1.0.3 components/plugins/proxy/panel/verify_login_check.html.erb
arachni-1.0.2 components/plugins/proxy/panel/verify_login_check.html.erb
arachni-1.0.1 components/plugins/proxy/panel/verify_login_check.html.erb