-
Notifications
You must be signed in to change notification settings - Fork 54
/
index.php
177 lines (130 loc) · 8.67 KB
/
index.php
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
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
<?php
# Used for <title></title>
$page_title = "Changelog | Fast Visualization for your Kippo Based SSH Honeypot";
# Used for nav menu
$page_file = "index.php";
require('include/header.php');
?>
<div class="wrapper">
<div class="container">
<div class="whitebox">
<!-- ####################################################################################################### -->
<h3>Thank you for using Kippo-Graph!</h3>
<hr>
<p align=center><img src="images/kippo-graph-img.png" alt="Kippo-Graph" height=215 width=320></p>
<p align="center">
<?php
# Author: ikoniaris
require_once('config.php');
include_once('include/misc/versionCheck.php');
echo "Version: " . VERSION;
if (UPDATE_CHECK == 'YES') {
if (isUpToDate()) {
echo LATEST_VERSION;
} else {
echo NEW_VERSION_AVAILABLE;
}
}
?>
</p>
<p> </p>
<p><strong>CHANGES:</strong></p>
<p>Version 1.5.1:<br />+ Various important fixes.</p>
<p>Version 1.5:<br />+ Added configuration option for realtime statistics.
<br />+ Added cron example to update charts in the background.
<br />+ Updated RedBeanPHP to version 4.1.4.
<br />+ Various small fixes.
</p>
<p>Version 1.4.2:<br />+ Fixed Kippo-Playlog's results and added sorting to the table.
<br />+ Added geo method selection in play.php.
<br />+ Various small fixes.
</p>
<p>Version 1.4.1:<br />+ Added check for Tor exit nodes.</p>
<p>Version 1.4:<br />+ Added support for local MaxMind geolocation instead of geoplugin.com.
<br />+ Various small fixes.
<br />+ Added favicon.ico.
<br />- Removed README.txt.
</p>
<p>Version 1.3:<br />+ Switched all SQL operations to the RedBeanPHP library.
<br />+ Reformatted and standardized all SQL queries.
<br />+ Added VirusTotal IP lookup in Kippo-Geo.
<br />+ Fixed XSS problem in Kippo-IP (AJAX requester).
<br />+ Updated README.md file.
<br />- Removed manual DIR_ROOT configuration.
</p>
<p>Version 1.2:<br />+ Substituted the defunct NoVirusThanks with Gary's Hood Online Virus Scanner.
<br />+ Added Kippo-Scanner module to handle (future) AV and anti-malware submissions.
<br />+ Added IP-address.com's tracer to Kippo-Geo IPs.
<br />+ Added Czech language support.
<br />+ Added robots.txt file to disallow crawling by bots.
<br />+ Added .gitgnore to exclude config.php file from VCS.</p>
<p>Version 1.1:<br />+ Added downloads, dig output and geolocation of current session in Kippo-Playlog.</p>
<p>Version 1.0:<br />+ Various fixes and updates.</p>
<p>Version 0.9.3:<br />+ Added Kippo-IP: attack details by IP address.</p>
<p>Version 0.9.2:<br />+ Added experimental playlog display.</p>
<p>Version 0.9.1:<br />+ Fixed Google Map rendering issue.</p>
<p>Version 0.9:<br />+ Added CSV export capabilities.<br />+ Added Spanish language support.</p>
<p>Version 0.8:<br />+ Changed code to OOP style.<br />+ Added FortiGuard, AlientVault, WatchGuard and McAfee
IP scanning services (Kippo-Geo).<br />+ Various CSS-related fixes for tables and cross-browser
compatibility.</p>
<p>Version 0.7.7:<br />+ Added German language support.</p>
<p>Version 0.7.6:<br />+ Added Polish & Swedish language support.</p>
<p>Version 0.7.5:<br />+ Added French language support.</p>
<p>Version 0.7.4:<br />+ Added config option for non-standard MySQL port.</p>
<p>Version 0.7.3:<br />+ Fixed XSS issues in Kippo-Input.<br />+ Added tables with overall/basic stats in
Kippo-Graph and Kippo-Input.</p>
<p>Version 0.7.2:<br />+ Minor fixes and various changes.</p>
<p>Version 0.7.1:<br />+ Added chart localization - need volunteers.<br />+ Languages: Greek, Italian, Dutch,
Estonian.<br />+ New chart fonts added - default: OpenSans.<br />+ Added API key to
QGoogleVisualizationAPI.</p>
<p>Version 0.7:<br />+ Fixed human activity charts: Top 20 and mod limit.<br />+ Fixed probes per week and
successes per week charts.<br />+ Added human activity per week graph - updated grallery
<br />+ Added most successful logins per day graph - updated gallery.<br />+ Added most probes per day
graph - updated gallery<br />+ Other small fixes.</p>
<p>Version 0.6.5:<br />+ Fixed "http://" in file links (Kippo-Input).<br />+ Added installation instructions
and Google Map note in README.txt<br />+ Fixed successful logins from same IP chart: Top 20.
<br />+ Fixed successes per day chart: Top 20.<br />+ Fixed probes per day chart: display only 25 distinct
date values.</p>
<p>Version 0.6.4:<br />- Removed dayofyear2date(), has a bug that adds +1 day in all 2012 dates (leap year?).
<br />+ Changed SQL queries to timestamp values and date() parses the results - fixed graphs.<br />+ Added
successes per week graph - updated gallery.<br />+ Small fixes.</p>
<p>Version 0.6.3:<br />+ Added passwd, executed scripts and interesting commands tables.<br />+ Added
successes per day graph - updated gallery.<br />+ Added human activity per day vertical bar chart -
updated gallery.
<br />+ Fixed successful logins from same IP graph.<br />+ Changed top 10 SSH clients graph to horizontal.<br />+
Small UI fixes, etc.</p>
<p>Version 0.6.2:<br />+ Added hostname resolution for IPs (include/misc/ip2host.php).<br />+ Added robtex IP
lookup feature.</p>
<p>Version 0.6.1:<br />+ Changed all links and information about the project.</p>
<p>Version 0.6:<br />+ Added human activity per day graph (Kippo-Input) - updated gallery.<br />+ Added probes
per week graph - updated gallery.<br />+ Added break-ins from same IP graph - updated gallery.
<br />+ Added IP Void lookup feature (Kippo-Geo).<br />+ Added NoVirusThanks scan feature
(Kippo-Input).<br />+ Fixed SSH clients graph: shows top 10, ordered by volume.<br />- Removed favicon.
</p>
<p>Version 0.5.1:<br />+ Made version checking more secure with a directive in config.php (UPDATE CHECK
YES/NO).<br />+ Posted CHECKSUMS for the .tar archive online (and noted for future releases).<br />+ Added
LICENSE.txt</p>
<p>Version 0.5:<br />+ Added Kippo-Input: display and visualization of input data, wget (with file links) and
apt-get commands.<br />+ Added online version checking function (include/misc/versionCheck.php).
<br />+ Added new pie charts, Kippo-Graph now shows 15 - updated gallery.<br />+ Added IP table on
Kippo-Geo with whois/lookup feature.<br />+ Changed all files to .php.<br /></p>
<p>Version 0.4:<br />+ Added geolocation features at beta stage, using geoplugin and google maps/charts.<br />+
Fixed file/folder structure and updated config.php.<br />+ Added new logo.</p>
<p>Version 0.3:<br />+ Added 3 new input-related graphs.<br />+ Updated graph gallery.<br />+ Fixed minor web
UI and graph details.<br />+ Added TODO.txt.<br />+ Updated README.txt</p>
<p>Version 0.2:<br />+ Added web template to Kippo-Graph.<br />+ Changed functionality of kippo-graph.php
turning into a generator for the graphs.<br />- index.php removed.</p>
<p>Version 0.1:<br />+ Initial version.</p>
<p> </p>
<p class="fl_right">
<small><a href="http://www.freedigitalphotos.net/images/view_photog.php?photogid=2280">Image: digitalart
/ FreeDigitalPhotos.net</a></small>
</p>
<!-- ####################################################################################################### -->
<div class="clear"></div>
</div>
</div>
</div>
<?php
require('include/footer.php');
?>