-
Notifications
You must be signed in to change notification settings - Fork 0
/
BanMenu.html
78 lines (76 loc) · 1.97 KB
/
BanMenu.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<!-- This file generated using vi. -->
<!-- $Id: menu.html 31 2009-12-15 14:37:05Z andre $ -->
<HEAD>
<META NAME="GENERATOR" CONTENT="Hard labor">
<META HTTP-EQUIV="PRAGMA" CONTENT="NO-CACHE">
<TITLE>Banned Ip's</TITLE>
<LINK REL="stylesheet" href="Banned.css">
</HEAD>
<BODY TEXT="#000000" LINK="#990000" VLINK="#990000">
<center>
<h2>Banned IP's </h2>
zo 21 jun 2020
</center>
<BR>
<TABLE class="menu">
<TR>
<TD class="menuhead">About</TD>
</TR>
<tr>
<td class="menuinfo">
During the COVID pandemic there was an explosion in SSH
connection attempts. A big list didn't give much insight. So I
created a few (python) scripts for generating a JSON file which I could
feed to a
<a href=https://github.com/vasturiano/circlepack-chart>circlepacking</a>
module.<br>
This is the result.<br>
Circles are zoomable, at the non-world levels dragable.<br>
A mouseover reveals textual info.
</td>
</tr>
<TR>
<TD class="menuhead">Misc</TD>
</TR>
<tr>
<td class="menuinfo">
Got errors on Korea.<br>
Made a minor change in .../ipwhois/nir.py line 111.<br>
changed to: 'url': 'https://xn--c79as89aj0e29b77z.xn--3e0b707e/eng/main.jsp',
</td>
</tr>
<TR>
<TD class="menuhead">Todo</TD>
<tr>
<td class="menuinfo">
Lots...<br>
Give a 'TOR-color' to tor-exitnodes.<br>
Make labels more visible.<br>
Use GeoIP(?)<br>
Use canvas(?)<br>
</td>
</tr>
</TR>
<TR>
<TD class="menuhead">Contact</TD>
</TR>
<tr>
<td class="menushow">
[email protected] <a href=https://github.com/vasturianot>github</a>
</td>
</tr>
</TR>
<TR>
<TD class="menuhead">Misc.</TD>
</TR>
<TR>
<TD class="menuoption">
<a href=http://vandervlies.xs4all.nl/~andre/BAN/src/>Sources</a>
</TD>
</TR>
</TABLE>
</BODY>
</HTML>