added readme

This commit is contained in:
TaxMachine 2022-07-24 22:09:06 -04:00
parent ca909895eb
commit 3cae10d39b
2 changed files with 17 additions and 0 deletions

7
.gitignore vendored Normal file
View File

@ -0,0 +1,7 @@
server/servers.db
ip.txt
server/node_modules
nimscan/bin
.vscode
server_backup
old_tests

10
README.md Normal file
View File

@ -0,0 +1,10 @@
# 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
```