TaxenHeimer/README.md

10 lines
489 B
Markdown
Raw Normal View History

2022-07-24 22:09:06 -04:00
# 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
```