Installing impackt First pip3 install -r requirements.txt then
In order to install the source execute the following command from the directory where the Impacket's distribution has been unpacked: [...] Weiterlesen
Mit dem Befehl nmap -n -sn 172.24.1.1/24 -oG - | awk '/Up$/{print $2}' scannt man ein Netzwerk und bekommt als Ausgabe eine IPListe für weitere Scans. [...] Weiterlesen