-
Notifications
You must be signed in to change notification settings - Fork 0
Installation
- Laden Sie das neueste Release unter dem Release Tag herunter (entweder .zip oder .7z)
- Extrahieren Sie das Archiv (.zip oder .7z) in das gewünschte Zielverzeichnis
- Navigieren Sie in das extrahierte Verzeichnis
- Führen Sie DB-Matcher-v5.exe aus
stellen Sie zunächst sicher, dass Sie das Dotnet SDK installiert haben. Folgen Sie diesen Schritten:
- Laden Sie das Repo als .zip-Datei herunter
- entpacken Sie es in das gewünschte Verzeichnis
- Öffnen Sie ein Terminal in diesem Verzeichnis (entweder cmd.exe oder powershell)
- Führen Sie den folgenden Befehl aus (nur bei der ersten Ausführung)
cmd.
dotnet add package npoi && dotnet add package SeriLog && dotnet add package SeriLog.Sinks.Console && dotnet add package SeriLog.Sinks.File && dotnet restore && dotnet build && copy .\recoveryMenu.txt .\bin\Debug\net8.0\ && dotnet run
powershell
dotnet add package npoi; dotnet add package SeriLog; dotnet add package SeriLog.Sinks.Console; dotnet add package SeriLog.Sinks.File; dotnet restore; dotnet build; copy .\recoveryMenu.txt .\bin\Debug\net8.0\; dotnet run
- Nach der ersten Ausführung kann DB-Matcher-v5 durch einfaches Doppelklicken auf DB-Matcher-v5.exe in .\bin\Debug\net8.0\ oder durch Ausführen des folgenden Befehls in dem Verzeichnis mit DB-Matcher-v5.sln gestartet werden
cmd oder powershell
dotnet run
Stellen Sie zunächst sicher, dass Sie das dotnet SDK und git installiert haben Führen Sie dann die folgenden Schritte aus:
- Öffnen Sie ein Terminal (entweder cmd.exe oder powershell) in dem Verzeichnis, in dem Sie DB-Matcher-v5 installieren möchten
- Kopieren Sie einfach den folgenden Befehl und fügen Sie ihn in das Terminal ein und drücken Sie ENTER
cmd.
git clone https://github.com/FaolanBig/DB-Matcher-v5 && cd \DB-Matcher-v5\ && dotnet add package npoi && dotnet add package SeriLog && dotnet add package SeriLog.Sinks.Console && dotnet add package SeriLog.Sinks.File && dotnet restore && dotnet build && copy .\recoveryMenu.txt .\bin\Debug\net8.0\ && dotnet run
powershell
git clone https://github.com/FaolanBig/DB-Matcher-v5; cd \DB-Matcher-v5\; dotnet add package npoi; dotnet add package SeriLog; dotnet add package SeriLog.Sinks.Console; dotnet add package SeriLog.Sinks.File; dotnet restore; dotnet build; copy .\recoveryMenu.txt .\bin\Debug\net8.0\; dotnet run
- Nach der ersten Ausführung kann DB-Matcher-v5 durch einfaches Doppelklicken auf DB-Matcher-v5.exe in .\bin\Debug\net8.0\ oder durch Ausführen des folgenden Befehls in dem Verzeichnis mit DB-Matcher-v5.sln gestartet werden
cmd oder powershell
dotnet run
dies wurde auf Debian@Kernel_6.6.0@Xfce_4.18.4 (Kali Linux@Kali_2024.2) und Ubuntu 24.04 LTS getestet
- laden Sie das Repo als .zip-Datei herunter
- entpacken Sie es in das gewünschte Verzeichnis
- Öffnen Sie das Terminal Ihrer Wahl in diesem Verzeichnis
- führen Sie den folgenden Befehl aus (nur bei der ersten Ausführung)
dotnet add package npoi && dotnet add package SeriLog && dotnet add package SeriLog.Sinks.Console && dotnet add package SeriLog.Sinks.File && dotnet restore && dotnet build && copy .\recoveryMenu.txt .\bin\Debug\net8.0\ && dotnet run
- Nach der ersten Ausführung kann DB-Matcher-v5 durch Ausführen des folgenden Befehls in dem Verzeichnis, das DB-Matcher-v5.sln enthält, gestartet werden
dotnet run
dies wurde auf Debian@Kernel_6.6.0@Xfce_4.18.4 (Kali Linux@Kali_2024.2) und Ubuntu 24.04 LTS getestet
- Öffnen Sie das Terminal Ihres Rechners in dem Verzeichnis, in dem Sie DB-Matcher-v5 installieren möchten
- Kopieren Sie einfach den folgenden Befehl und fügen Sie ihn in das Terminal ein
git clone https://github.com/FaolanBig/DB-Matcher-v5 && cd \DB-Matcher-v5\ && dotnet add package npoi && dotnet add package SeriLog && dotnet add package SeriLog.Sinks.Console && dotnet add package SeriLog.Sinks.File && dotnet restore && dotnet build && copy .\recoveryMenu.txt .\bin\Debug\net8.0\ && dotnet run
- Nach der ersten Ausführung kann DB-Matcher-v5 durch Ausführen des folgenden Befehls in dem Verzeichnis, das DB-Matcher-v5.sln enthält, gestartet werden
dotnet run
first of all make shure you have dotnet SDK installed then follow these steps:
- download the repo as a .zip file
- extract it to the preferred directory
- open a terminal in this directory (either cmd.exe or powershell)
- execute the following command (only when executing the first time)
cmd
dotnet add package npoi && dotnet add package SeriLog && dotnet add package SeriLog.Sinks.Console && dotnet add package SeriLog.Sinks.File && dotnet restore && dotnet build && copy .\recoveryMenu.txt .\bin\Debug\net8.0\ && dotnet run
powershell
dotnet add package npoi; dotnet add package SeriLog; dotnet add package SeriLog.Sinks.Console; dotnet add package SeriLog.Sinks.File; dotnet restore; dotnet build; copy .\recoveryMenu.txt .\bin\Debug\net8.0\; dotnet run
- after the first execution DB-Matcher-v5 can be launched by simply double-clicking DB-Matcher-v5.exe in .\bin\Debug\net8.0\ or running the following command in the directory containing DB-Matcher-v5.sln
cmd or powershell
dotnet run
first of all make shure you have dotnet SDK and git installed then follow these steps:
- open a terminal (either cmd.exe or powershell) in the directory in which you want to install DB-Matcher-v5
- simply copy-and-paste the command below in the terminal and hit ENTER
cmd
git clone https://github.com/FaolanBig/DB-Matcher-v5 && cd \DB-Matcher-v5\ && dotnet add package npoi && dotnet add package SeriLog && dotnet add package SeriLog.Sinks.Console && dotnet add package SeriLog.Sinks.File && dotnet restore && dotnet build && copy .\recoveryMenu.txt .\bin\Debug\net8.0\ && dotnet run
powershell
git clone https://github.com/FaolanBig/DB-Matcher-v5; cd \DB-Matcher-v5\; dotnet add package npoi; dotnet add package SeriLog; dotnet add package SeriLog.Sinks.Console; dotnet add package SeriLog.Sinks.File; dotnet restore; dotnet build; copy .\recoveryMenu.txt .\bin\Debug\net8.0\; dotnet run
- after the first execution DB-Matcher-v5 can be launched by simply double-clicking DB-Matcher-v5.exe in .\bin\Debug\net8.0\ or running the following command in the directory containing DB-Matcher-v5.sln
cmd or powershell
dotnet run
this was tested on Debian@Kernel_6.6.0@Xfce_4.18.4 (Kali Linux@Kali_2024.2) and Ubuntu 24.04 LTS
- download the repo as a .zip file
- extract it to the preferred directory
- open the terminal of your choice in this directory
- execute the following command (only when executing the first time)
dotnet add package npoi && dotnet add package SeriLog && dotnet add package SeriLog.Sinks.Console && dotnet add package SeriLog.Sinks.File && dotnet restore && dotnet build && copy .\recoveryMenu.txt .\bin\Debug\net8.0\ && dotnet run
this was tested on Debian@Kernel_6.6.0@Xfce_4.18.4 (Kali Linux@Kali_2024.2) and Ubuntu 24.04 LTS
- open the terminal of your coice in the directory in which you want to install DB-Matcher-v5
- simply copy-and-paste the command below in the terminal and hit
git clone https://github.com/FaolanBig/DB-Matcher-v5 && cd \DB-Matcher-v5\ && dotnet add package npoi && dotnet add package SeriLog && dotnet add package SeriLog.Sinks.Console && dotnet add package SeriLog.Sinks.File && dotnet restore && dotnet build && copy .\recoveryMenu.txt .\bin\Debug\net8.0\ && dotnet run
- after the first execution DB-Matcher-v5 can be launched by running the following command in the directory containing DB-Matcher-v5.sln
dotnet run