- <!DOCTYPE HTML>
- <html>
- <head>
- <style>
- #customers
- {font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
- width:100%;
- border-collapse:collapse;
- }
- #customers td, #customers th
- {font-size:1em;
- border:1px solid #98bf21;
- padding:3px 7px 2px 7px;
- }
- #customers th
- {font-size:1.1em;
- text-align:left;
- padding-top:5px;
- padding-bottom:4px;
- background-color:#A7C942;
- color:#ffffff;
- }
- #customers tr.alt td
- {color:#000000;
- background-color:#EAF2D3;
- }
- </style>
- </head>
- <body>
- <ul id=header>
- <center>
- <table id="customers">
- <tr>
- </tr>
- {% set row_class = cycler('alt', 'norm' ) %}
- {% for a in ip_list %}
- {% if a['attempts'] >= 20 %}
- <tr class='{{ row_class.next()}}'>
- <td>{{ a['attempts'] }}
- {% if a['new'] != 0%}
- {% endif %}
- </td>
- <td>
- {% if a['RDNS'] != None %}
- <b>
- {% endif %}
- {{a['RDNS']}}
- {% if a['RDNS'] != None %}
- <font size="0" color="green">({% if 'good' not in a['IPCHECK'] %}
- <font color="red" size="2">
- {% endif %}
- </b>
- {% endif %}
- </td>
- {% if a['attempts'] > 99 %}
- {% if a['Port22'] == True%}
- <font color=green>
- {% endif%}
- {% if a['Port80'] == True%}
- <font color=green>
- {% endif%}
- {% if a['Port443'] == True%}
- <font color=green>
- {% endif%}
- {% endif %}
- <tr>
- {% endif %}
- {% endfor %}
- </table>
- <br>
- updates every hour, on the hour(takes about a minute or two to update, so check at :02 after or so<br>
- also "blar blar blar fail2ban/etc...iptables/blar blar" < this is a fun server, not a production(NOW SPELLED CORRECTLY) server...<br<
- ~
Untitled
Posted by Anonymous on Sat 8th Dec 2012 16:19
raw | new post
modification of post by Anonymous (view diff)
Submit a correction or amendment below (click here to make a fresh posting)
After submitting an amendment, you'll be able to view the differences between the old and new posts easily.