CentOS

Uncle Spufus – A Tool that Automates Mac Address Spoofing

Uncle Spufus

Uncle Spufus is a tool that automates MAC address spoofing. To do so it tries various techniques and checks if the MAC is successfully spoofed.

It makes of:

  • macchanger
  • bash (lol)

Installing Uncle Spufus

  1. Download the zip and extract, or clone the repository
https://github.com/singularthought/uncle-spufus

2. Navigate to uncle spufus

cd uncle-spufus

3. Make uspufus.sh executable:

chmod +x uspufus.sh

4. Execute the script

./uspufus.sh

Post Comment