Compare commits

...

2 Commits

Author SHA1 Message Date
Valentino Orlandi a070d7ecb3 Update pom.xml
Updated Apache Common Compress version affected by vulnerabilities
2024-04-28 22:07:50 +02:00
Valentino Orlandi ea9a34461f Update 'README.md' 2023-02-11 23:33:36 +00:00
2 changed files with 6 additions and 6 deletions

View File

@ -40,22 +40,22 @@ Craplog is a tool that takes Apache2 logs in their default form, parses them and
Welcome to the fully **graphical** version
![screenshot](https://git.disroot.org/elB4RTO/CRAPLOG/raw/branch/main/crapshots/GUI/session.png)
![screenshot](https://git.disroot.org/elB4RTO/screenshots/raw/branch/main/Craplog/GUI/session.png)
![screenshot](https://git.disroot.org/elB4RTO/CRAPLOG/raw/branch/main/crapshots/GUI/selection.png)
![screenshot](https://git.disroot.org/elB4RTO/screenshots/raw/branch/main/Craplog/GUI/selection.png)
<br>
Craplog will store statistics depending on the date of the single lines, to analyze/backtrack statistics more easily.<br>
Be aware that log-files usage is not tracked, be careful of not parsing the same logs twice, which will lead to altered statistics.
![screenshot](https://git.disroot.org/elB4RTO/CRAPLOG/raw/branch/main/crapshots/GUI/view_stats.png)
![screenshot](https://git.disroot.org/elB4RTO/screenshots/raw/branch/main/Craplog/GUI/view_stats.png)
<br>
It is also possible to display the log files contained in the logs folder, to directly view their content.
![screenshot](https://git.disroot.org/elB4RTO/CRAPLOG/raw/branch/main/crapshots/GUI/view_logs.png)
![screenshot](https://git.disroot.org/elB4RTO/screenshots/raw/branch/main/Craplog/GUI/view_logs.png)
<br><br>
@ -267,7 +267,7 @@ As an example, if you insert "123", then only IP addresses starting with that se
If you insert ".1", then nothing will be skipped, since no IP will ever start with a dot.<br>
But the shortcut "::1" is used by Apache2 for internal connections and will therefore be valid to skip those lines.
![screenshot](https://git.disroot.org/elB4RTO/CRAPLOG/raw/branch/main/crapshots/GUI/whitelist.png)
![screenshot](https://git.disroot.org/elB4RTO/screenshots/raw/branch/main/Craplog/GUI/whitelist.png)
<br><br>

View File

@ -16,7 +16,7 @@
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-compress</artifactId>
<version>1.21</version>
<version>1.26.0</version>
</dependency>
</dependencies>