Zenmap

Aus Xinux Wiki
Zur Navigation springen Zur Suche springen

Erklärung

  • Das Grafische tool zu Nmap


Install Zenmap in Kali Linux [Method 2]

A second method to install Zenmap on Kali is via nix-store. Though I recommend Method 1 above, this method is somehow easier to implement and the results are the same.

1. Install the nix-store package manager and type your root password when prompted.

sh <(curl -L https://nixos.org/nix/install)

2. Reboot the system for the necessary environment variables to load in the system.

reboot

3. Elevate to the root user.

sudo -i

4. Install nix-bin

apt install nix-bin

5. Install Zenmap (nmap_graphical) via nix-store.

   NOTE: You can run the following command as a normal user also and Zenmap will be available for that respective user only. In this case, you won’t get the benefits provided by Zenmap when run as root.
   At the time of writing this guide, Zenmap can be installed only via the nixos-unstable channel.

nix run -f channel:nixos-unstable nmap_graphical

6. To launch Zenmap in Kali Linux, type in the terminal as root. Keep in mind you will have to run Zenmap on your system as a root user – as expected.

zenmap


https://nudesystems.com/how-to-install-zenmap-in-kali-linux-2021/

Install Python Packages

Install Python Packages

  • dpkg -i python*.deb

Install Alien

  • apt install alien

Download der neusten Zenmap

Eventuell neuere Version laden

Umwandeln

  • alien zenmap*.rpm

Installation

  • dpkg -i zenmap_7.92-2_all.deb

Funktion

  • Nach einem Scan kann eine Netztruktur angezeigt werden

Netzstruktur.png

  • Es können verschiedene arten von Scans durchgeführt werden

Netzstruktur2.png

  • In der Befehlsleiste können eigene nmap Befehle genutzt werden