mirror of
https://github.com/lgandx/Responder.git
synced 2025-08-21 22:03:30 -07:00
Added: Fake access denied html page
This commit is contained in:
parent
95eed09942
commit
9b608aad30
2 changed files with 32 additions and 1 deletions
31
Denied.html
Normal file
31
Denied.html
Normal file
|
@ -0,0 +1,31 @@
|
||||||
|
<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>
|
||||||
|
|
|
@ -28,7 +28,7 @@ Serve-Always = Off
|
||||||
Serve-Exe = Off
|
Serve-Exe = Off
|
||||||
;
|
;
|
||||||
;Uncomment and specify a custom file to serve, the file must exist.
|
;Uncomment and specify a custom file to serve, the file must exist.
|
||||||
Filename = FixInternet.exe
|
Filename = Denied.html
|
||||||
;
|
;
|
||||||
;Specify a custom executable file to serve, the file must exist.
|
;Specify a custom executable file to serve, the file must exist.
|
||||||
ExecFilename = FixInternet.exe
|
ExecFilename = FixInternet.exe
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue