-
Notifications
You must be signed in to change notification settings - Fork 71
/
Copy pathindex.erb
25 lines (22 loc) · 957 Bytes
/
index.erb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<%
db = ZFdb::DB.new()
results = db.GetActiveSessions()
%>
<%= ZFadmingui.Header %>
<div class="span3">
<%= ZFadmingui.Leftbar %>
</div>
<div class="span9">
<div class="hero-unit">
<h1>Welcome to ZackAttack!</h1>
<h3>Extermely Alpha Version 0.a.lessfail - Posted August 29th 2012 - CHECK FOR UPDATES VIA GIT!!</h3>
<p>This is a new level of relaying NTLM authentication requets</p>
</div>
<div class="row-fluid">
<div class="span9">
<h1>Getting Started</h1><p>If you havn't noticed, <b><u>look up</u></b> ;). All the navigation is across the top.</p>
<h1>News and Update Notes</h1>
<p>There's a LOT more to come. Now that the framework is in place, we can start to build more of the automation and clients.</p>
</div><!--/span-->
</div><!--/row-->
<%= ZFadmingui.Footer %>