1#!/usr/bin/bash 2# spoofinger by nu11secur1ty 3git clone --depth=1 https://github.com/nu11secur1ty/Kali-Linux.git 4cd Kali-Linux 5git sparse-checkout set spoofinger 6git sparse-checkout set --no-cone spoofinger 7 8exit 0; 9 10