added readme
This commit is contained in:
parent
ca909895eb
commit
3cae10d39b
7
.gitignore
vendored
Normal file
7
.gitignore
vendored
Normal 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
10
README.md
Normal 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
|
||||||
|
```
|
Loading…
Reference in New Issue
Block a user