10 lines
489 B
Markdown
10 lines
489 B
Markdown
|
# TaxenHeimer
|
||
|
TaxenHeimer is a project inspired by the famous CopenHeimer server scanner.
|
||
|
|
||
|
## Description
|
||
|
In this repository you'll find 2 directories, one with the scanner(client) and one with the backend(server)
|
||
|
```
|
||
|
Client: generate random IPs and ping for minecraft server with a handshake packet if received packet is valid sends the IP to the backend
|
||
|
|
||
|
Server: Query the IPs for all the needed informations, sends the to a discord webhook and saves them to a local SQLite3 database
|
||
|
```
|