From 3cae10d39bff4c76aa8bd5a5105ae7fe1a840a88 Mon Sep 17 00:00:00 2001 From: TaxMachine Date: Sun, 24 Jul 2022 22:09:06 -0400 Subject: [PATCH] added readme --- .gitignore | 7 +++++++ README.md | 10 ++++++++++ 2 files changed, 17 insertions(+) create mode 100644 .gitignore create mode 100644 README.md diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..d67d0d7 --- /dev/null +++ b/.gitignore @@ -0,0 +1,7 @@ +server/servers.db +ip.txt +server/node_modules +nimscan/bin +.vscode +server_backup +old_tests \ No newline at end of file diff --git a/README.md b/README.md new file mode 100644 index 0000000..cee5f6e --- /dev/null +++ b/README.md @@ -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 +``` \ No newline at end of file