Zenmap: Unterschied zwischen den Versionen

Aus Xinux Wiki
Zur Navigation springen Zur Suche springen
 
(3 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt)
Zeile 1: Zeile 1:
 
*[[Was ist Zenmap?]]
 
*[[Was ist Zenmap?]]
 
+
*[[Zenmap Installation unter Kali Linux]]
 
+
*[[Zenmap Starten]]
=Erklärung=
+
*[[Zenmap Handling]]
*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/
 
 
 
https://techgoat.net/index.php?id=199
 
 
 
=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
 
*wget https://nmap.org/dist/zenmap-7.92-1.noarch.rpm
 
=Umwandeln=
 
*alien zenmap*.rpm
 
 
 
=Installation=
 
*dpkg -i zenmap_7.92-2_all.deb
 
 
 
=Funktion=
 
*Nach einem Scan kann eine Netztruktur angezeigt werden
 
 
 
[[Datei:Netzstruktur.png | 500px]]
 
 
 
*Es können verschiedene arten von Scans durchgeführt werden
 
[[Datei:Netzstruktur2.png]]
 
 
 
*In der Befehlsleiste können eigene nmap Befehle genutzt werden
 

Aktuelle Version vom 26. Februar 2023, 07:40 Uhr