Sha256: 7ccf5a423036701f0b1f3419c6af05217dad4cf429f4e5f6e42cdae2497defd9

Contents?: true

Size: 493 Bytes

Versions: 14

Compression:

Stored size: 493 Bytes

Contents

            <h2>Sitemap</h2>

            <div id="sitemap-tabs">
                <ul>
                    <li><a href="#sitemap_list">URL List</a></li>
                </ul>

                <div id='sitemap_list'>
                    <h3><%=auditstore.sitemap.size%> pages</h3>
                    <% auditstore.sitemap.each do |url| %>
                      <a href="<%=escapeHTML(url)%>"><%=escapeHTML(url)%></a><br/>
                    <%end%>
                </div>

            </div>

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
arachni-0.4.7 reports/html/default/sitemap.erb
arachni-0.4.6 reports/html/default/sitemap.erb
arachni-0.4.5.2 reports/html/default/sitemap.erb
arachni-0.4.5.1 reports/html/default/sitemap.erb
arachni-0.4.5 reports/html/default/sitemap.erb
arachni-0.4.4 reports/html/default/sitemap.erb
arachni-0.4.3.2 reports/html/default/sitemap.erb
arachni-0.4.3.1 reports/html/default/sitemap.erb
arachni-0.4.3 reports/html/default/sitemap.erb
arachni-0.4.2 reports/html/default/sitemap.erb
arachni-0.4.1.3 reports/html/default/sitemap.erb
arachni-0.4.1.2 reports/html/default/sitemap.erb
arachni-0.4.1.1 reports/html/default/sitemap.erb
arachni-0.4.1 reports/html/default/sitemap.erb