Kali Linux
Installing NETCAP on Kali
Prepare Kali Image
$ setxkbmap de$ apt update
$ apt upgrade -y$ sudo apt update
$ sudo apt install -y --reinstall open-vm-tools-desktop fuse
$ sudo reboot -f$ cat <<EOF | sudo tee /usr/local/sbin/mount-shared-folders
#!/bin/sh
vmware-hgfsclient | while read folder; do
vmwpath="/mnt/hgfs/\${folder}"
echo "[i] Mounting \${folder} (\${vmwpath})"
sudo mkdir -p "\${vmwpath}"
sudo umount -f "\${vmwpath}" 2>/dev/null
sudo vmhgfs-fuse -o allow_other -o auto_unmount ".host:/\${folder}" "\${vmwpath}"
done
sleep 2s
EOF
$ sudo chmod +x /usr/local/sbin/mount-shared-folders
$ sudo mount-shared-folders
[i] Mounting PCAPs (/mnt/hgfs/PCAPs)Install NETCAP
Install binary release
Compile from source
Install Go
Install Dependencies
Compile with DPI
Compile without DPI
Tab completion
Databases
ResolversMaltego




Configuring the file type matcher preference


Importing PCAP or audit record files via Copy and Paste

Importing PCAP files into Maltego manually




Installing IDA
Utils



Last updated