From 10b0c8b42cc7dedb6921e433636d5f34502fa7a5 Mon Sep 17 00:00:00 2001 From: Max <36601278+maxlluky@users.noreply.github.com> Date: Mon, 18 Oct 2021 14:43:20 +0200 Subject: [PATCH] Update README.md --- README.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 6b1d53e..2f72cf3 100644 --- a/README.md +++ b/README.md @@ -10,10 +10,11 @@ Mantikor is an Open-Source address-resolution spoofing-Tool. The application is ## Why publishing another ARP and NDP spoofing tool? During my studies to become an IT specialist, I started to get very interested in programming network applications. Thereby, I noticed the huge number of possibilities and vulnerabilities in network protocols. After a short time, I got familiar with the ARP and NDP protocols and started to get frightened by how easily I could program such a tool. -The intention now of my project is to give everyone an example of how easy it is to get hacked in an IP network. Unfortunately, nothing has been done about the worst and biggest security holes in IP networks for so many years now. Therefore, my project is only designed to serve as a demonstration to make people aware of exactly these problems. +The intention now of my project is to give everyone an example of how easy it is to get hacked in an IP network. Unfortunately, nothing has been done about the worst and biggest security holes in IP networks for so many years now. ## What is the easiest way to prevent spoofing? -The easiest solution for me to prevent ARP and NDP spoofing was to manually (statically) enter the MAC address of my gateway into the tables. +The easiest solution for me to prevent ARP and NDP spoofing was to manually (statically) enter the MAC address of my gateway into the arp and ndp-table. + 1. With Windows this can be done quite easily with the Powershell: (Example) ```PowerShell Get-NetAdapter @@ -36,9 +37,6 @@ Remove-NetNeighbor -InterfaceIndex 9 -IPAddress '192.168.178.1' The same works for NDP. For this, the IPv6 address must be used instead of the IPv4 address of the gateway in step 2. -## The goal of the project -Mantikor should be expanded into a professional pentesting software with a graphical user interface under Windows and a console under Linux. The application is intended to test safety systems for their function and reliability. ARP spoofing and NDP poisoning have to be impossible with new implementations and protection mechanisms. I would like to support the development of a new standard that fixes the security problems of ARP and NDP. - ## How to use Mantikor Mantikor is designed as a console program and can therefore also be executed directly via cmd or powershell. To select an item in the menu, the listed numbers are used. Mantikor allows to spoof either over IPv4/IPv6 or both protocols i.e. ARP and NDP at the same time.