Azran-SRC/AzranWeb/target/classes/templates/download.html
disclearing 2f861a9a12 Azrnb
2019-02-11 02:18:35 +00:00

72 lines
3.7 KiB
HTML

<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/html">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css"
type="text/css">
<link rel="stylesheet" href="http://simonsfiles.free.bg/theme.css" type="text/css">
<title>Azran SS Tool - Download</title>
</head>
<body>
<nav class="navbar navbar-expand-md bg-primary navbar-dark">
<div class="container">
<a class="navbar-brand" href="#">
<b>
<b class="m-0 p-0 ">
<i class="fa fa-font"></i>zran</b>
<br> </b>
</a>
<button class="navbar-toggler navbar-toggler-right" type="button" data-toggle="collapse"
data-target="#navbar2SupportedContent">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse text-center justify-content-end" id="navbar2SupportedContent"></div>
</div>
</nav>
<div class="py-5 text-center bg-gradient">
<div class="container py-5">
<div class="row">
<div class="col-md-12">
<h1 class="display-3 mb-4 text-secondary">Download Azran</h1>
<p class="lead mb-5 text-center text-light border-dark">Azran is a Screen Share (SS) tool used to scan a
player's computer &amp; running instance of Minecraft to detect various cheats/hacked clients they
could be using.
<br>
<br>It has features like:&nbsp;
<br>*It will notify you if a user has edited their recycle bin
<br>*It will notify you if the user has restarted explorer
<br>*It will notify you if any JNativeHook- files are found in %temp%
<br>*It will list all .exe files opened on that instance of windows for you, so for example you
could see something like Autoclicker.exe was opened after MinecraftLauncher.exe was opened
<br>*100% automatic scanning, so all you have to do is hit scan &amp; it does everything for you.
<br>*It scans for X-Ray
<br>*Along with the hundreds of specific detections we have for clients, we also have generalization
for both clients &amp; autoclickers to detect them without having specific strings. This also
applies to blatant clients, skidded clients, ghost
clients with a bad self destruct, etc. Tons of clients have overlapping detections so there's a
plethora of things we detect that we can't specify *Frequently updated &amp; adding new features
<br>Discord: http://discord.me/azran</p>
<form action="" method="post">
<input type="submit" class="btn btn-lg mx-1 btn-secondary" value="Download">
<br>
</form>
</div>
</div>
</div>
</div>
<script src="https://code.jquery.com/jquery-3.2.1.slim.min.js"
integrity="sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN"
crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.12.9/umd/popper.min.js"
integrity="sha384-ApNbgh9B+Y1QKtv3Rn7W3mgPxhU9K/ScQsAP7hUibX39j7fakFPskvXusvfa0b4Q"
crossorigin="anonymous"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.min.js"
integrity="sha384-JZR6Spejh4U02d8jOt6vLEHfe/JQGiRRSQQxSfFWpi1MquVdAyjUar5+76PVCmYl"
crossorigin="anonymous"></script>
</body>
</html>