| Current Path : /home/jeromecohp/www/aesecure/tools/pentest/ |
| Current File : /home/jeromecohp/www/aesecure/tools/pentest/pentest.default.aec |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8"/>
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
<meta name="robots" content="noindex, nofollow" />
<meta name="author" content="aeSecure (c) Christophe Avonture" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta http-equiv="X-UA-Compatible" content="IE=9; IE=8;" />
<title>aeSecure - PenTest</title>
<link href="../../third/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<link href="../../third/alertify/themes/alertify.core.css" rel="stylesheet" media="screen">
<link href="../../third/alertify/themes/alertify.bootstrap.css" rel="stylesheet" media="screen">
<link href="pentest.css" rel="stylesheet" media="screen">
</head>
<body id="Top">
<div class="container-full">
<header>
<h1>aeSecure - %PENTEST_TITLE%</h1>
<p class="well">%PENTEST_INTRO%</p>
<hr/>
</header>
<div class="row">
<div id="toolbar" class="affix">
<span class="btn-group ">
<button type="button" class="actionbtn pentestbutton btn btn-default btn-info" data-task="select_all" data-restrict=""><span class="glyphicon glyphicon-ok"> </span>%SELECTALL%</button>
<button type="button" class="actionbtn pentestbutton btn btn-default btn-info" data-task="unselect_all" data-restrict=""><span class="glyphicon glyphicon-remove"> </span>%UNSELECTALL%</button>
<button type="button" class="actionbtn pentestbutton btn btn-default btn-info" data-task="select_toggle"><span class="glyphicon glyphicon-refresh"> </span>%TOGGLE%</button>
</span>
<span class="btn-group">
<button type="button" class="actionbtn btn btn-default btn-primary" data-task="doit"><span class="glyphicon glyphicon-play"> </span>%RUNTEST%</button>
</span>
</div>
<hr/>
<form role="form" id="frmPenTest">
<table class="pentest table table-hover table-striped table-bordered">
<thead>
<tr>
<th class="chk"></th>
<th class="nbr">#</th>
<th class="code">Code</th>
<th class="action">Actions</th>
<th class="url">URL</th>
<th class="result">%RESULT%</th>
</tr>
</thead>
<tbody>%LINES%</tbody>
</table>
</form>
</div> <!-- row -->
</div> <!--container-full -->
</body>
<script type="text/javascript" src="../../third/bootstrap/js/jquery.min.js"></script>
<script type="text/javascript" src="../../third/bootstrap/js/bootstrap.min.js"></script>
<script type="text/javascript" src="../../third/alertify/lib/alertify.min.js"></script>
<script type="text/javascript" src="../../assets/aes.min.js"></script>
<script>var aeSecure = {};aeSecure.key='%AESECUREKEY%';aeSecure.demo='%AESECUREDEMO%';aeSecure.token='%AESECURETOKEN%';aeSecure.token_value='%TOKEN%';aeSecure.success='%SUCCESS%';</script>
<script type="text/javascript" src="pentest.js" defer></script>
</html>