summaryrefslogtreecommitdiff
path: root/htroot/AccessTracker_p.html
diff options
context:
space:
mode:
authororbiter <orbiter@6c8d7289-2bf4-0310-a012-ef5d649a1542>2008-06-01 21:21:38 +0000
committerorbiter <orbiter@6c8d7289-2bf4-0310-a012-ef5d649a1542>2008-06-01 21:21:38 +0000
commit5f35ba6f05faf2f7fd79f5f7c0177f4d26a96678 (patch)
tree13b13e50fce2e1f3f16f3114f9d5764aec6cc2d0 /htroot/AccessTracker_p.html
parent08092b4cc5d88ddf3900512298cdd38b66103005 (diff)
added a list for content of the brute-force registration hashtable in access tracker
the purpose of this list is not only to view attempts from read attacks, but also to show if the yacy-yacy protocol is working with respect to the bug that was fixed with SVN 4869 git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@4873 6c8d7289-2bf4-0310-a012-ef5d649a1542
Diffstat (limited to 'htroot/AccessTracker_p.html')
-rw-r--r--htroot/AccessTracker_p.html16
1 files changed, 14 insertions, 2 deletions
diff --git a/htroot/AccessTracker_p.html b/htroot/AccessTracker_p.html
index 0f15e6f45..7c8517eea 100644
--- a/htroot/AccessTracker_p.html
+++ b/htroot/AccessTracker_p.html
@@ -9,8 +9,7 @@
#%env/templates/submenuAccessTracker.template%#
#(page)#
<h2>Server Access Overview</h2>
- <p>This is a list of requests to the local http server within the last hour.</p>
- <p>Showing #[num]# requests.</p>
+ <p>This is a list of #[num]# requests to the local http server within the last hour.</p>
<table border="0" cellpadding="2" cellspacing="1">
<tr class="TableHeader">
<td rowspan="2">Host</td>
@@ -32,6 +31,19 @@
</tr>
#{/list}#
</table>
+ <p>The following hosts are registered as source for brute-force requests to protected pages</p>
+ <table border="0" cellpadding="2" cellspacing="1">
+ <tr class="TableHeader">
+ <td>Host</td>
+ <td>Access Times</td>
+ </tr>
+ #{bflist}#
+ <tr class="TableCell#(dark)#Light::Dark#(/dark)#">
+ <td>#[host]#</td>
+ <td>#[accesstimes]#</td>
+ </tr>
+ #{/bflist}#
+ </table>
::
<h2>Server Access Details</h2>
<p>This is a list of requests to the local http server within the last hour.</p>