Skip to content

Commit

Permalink
added doc
Browse files Browse the repository at this point in the history
  • Loading branch information
deepakjayaprakash committed May 7, 2017
1 parent d953cf6 commit 8546b04
Showing 1 changed file with 29 additions and 3 deletions.
32 changes: 29 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -64,14 +64,40 @@ <h1>Alcatraz</h1>
<!-- Container (About Section) -->
<div id="about" class="container-fluid">
<div class="row">
<div class="col-sm-8">
<div class="col-sm-12">
<h2>About the product</h2><br>
<h4>The product is developed as a part of the final year project. It is aimed at providing an architecture and open source code to developers so that they can embed these features into their applications to enhance the security. The services provided are top notch and cover the broad spectrum of computer and network security. <br> <br>All the features of the product involve the application of <b>Data Mining</b> and <b>Machine Learning </b>techniques onto the domain of <b>Computer Security</b>. </h4><br>

<br><a href="github.html"><button class="btn btn-default btn-lg">Go to GitHub</button></a>
<br><br>
</div>
<div class="col-sm-4">


<div class="col-sm-12">
<h2>Download Instructions</h2><br>
<h4>You can use/ contribute to the project by either downloading form out live project or cloning from our repository. The set up instructions are as below:</h4>
<div class="well">
<ul>
<li>Clone the repository into you working directory using the command<br>
<b>git clone https://github.com/deepakjayaprakash/Alcatraz.git</b></li><br>
or
<li>you can also fork into your own repository by the command<br>
<b>git fork https://github.com/deepakjayaprakash/Alcatraz.git</b></li><br>
or <br>
<li>You can click the below link and directly download as zipped folder by clicking the link below</li>
</ul>
</div>
Setting up the workspace and contributing!
<div class="well">
<ul>
<li>After using any one download option copy paste the directory in you XAMPP/WAMPP or any local host directory that you use to run your server appications</li>
<li>To work any one of the features, use the following files<br>
1. <b>Keystroke Authentication</b>: /keystroke.html,/keystroke_demo.php, /profile.php, /check_login.php, /register.php, /logout.php, /validate.php<br>
2.<b>Network Intrusion Detection:</b> /nid_index.html, /nid_demo.php<br>
3.<b>Anti-Keylogging</b>: /form1.php, /B_Auth.php, /antikeyloggin.html, /output_encoded.php, /antikey.php<br>
4. <b>A-Auth:</b>/auth.php, /auth_register.php, /auth_login.php, /auth_profile.php,/auth_register.php</li>
</ul>
</div>
<a href="https://github.com/deepakjayaprakash/Alcatraz"><button class="btn btn-default btn-lg">Download now</button></a>
</div>
</div>
</div>
Expand Down

0 comments on commit 8546b04

Please sign in to comment.