Zenmap: Unterschied zwischen den Versionen
| Zeile 1: | Zeile 1: | ||
=Erklärung= | =Erklärung= | ||
*Das Grafische tool zu [[Nmap]] | *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= | ||
*wget http://archive.ubuntu.com/ubuntu/pool/universe/p/pygtk/python-gtk2_2.24.0-5.1ubuntu2_amd64.deb | *wget http://archive.ubuntu.com/ubuntu/pool/universe/p/pygtk/python-gtk2_2.24.0-5.1ubuntu2_amd64.deb | ||
Version vom 1. Februar 2022, 05:43 Uhr
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
- wget http://archive.ubuntu.com/ubuntu/pool/universe/p/pygtk/python-gtk2_2.24.0-5.1ubuntu2_amd64.deb
- wget http://azure.archive.ubuntu.com/ubuntu/pool/universe/p/pygobject-2/python-gobject-2_2.28.6-14ubuntu1_amd64.deb
- wget http://security.ubuntu.com/ubuntu/pool/universe/p/pycairo/python-cairo_1.16.2-2ubuntu2_amd64.deb
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
- Es können verschiedene arten von Scans durchgeführt werden
- In der Befehlsleiste können eigene nmap Befehle genutzt werden
