Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
uncle-spufus — A tool that automates MAC address and hostname spoofing | Kitploit
Tools/GitHubGitHub/phoscoder/uncle-spufus
Wi-Fi AuditingScripting & AutomationPrivacyFingerprint Spoofing
GitHubphoscoder/uncle-spufus

uncle-spufus

A tool that automates MAC address and hostname spoofing

View RepositoryWebsite
62146 years agoReviewed by Kitploit

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

█░░█ █▀▀▄ █▀▀ █░░ █▀▀ █▀▀ █▀▀█ █░░█ █▀▀ █░░█ █▀▀ v1.6" █░░█ █░░█ █░░ █░░ █▀▀ ▀▀█ █░░█ █░░█ █▀▀ █░░█ ▀▀█" ░▀▀▀ ▀░░▀ ▀▀▀ ▀▀▀ ▀▀▀ ▀▀▀ █▀▀▀ ░▀▀▀ ▀░░ ░▀▀▀ ▀▀▀"

Uncle Spufus v1.6

A tool that automates MAC address and hostname spoofing

What is Uncle Spufus

My long story

I remember back in the days when i used macchanger to spoof my MAC address. It would show that the MAC address was successfully changed. However as soon i connected to wifi network the MAC address reverted back to the original MAC. I discovered that by accident meaning that those guys who blindly trust tools would continue to do stuff thinking "Yay! i am using a spoofed MAC Address", but in reality they were using their original MAC!.

In short

Uncle spufus uses macchanger however it checks that the MAC is successfully spoofed after connecting to a network. It will always fail if a MAC reverts back to the original after connecting to a network. It tries some well known techniques to spoof your MAC. When it finds the one thats working it saves that technique for future use.

Requirements

Inorder to run uncle spufus the following musr be present:

  • macchanger
  • bash
  • ifconfig

Installing Uncle Spufus

Method 1: Downloading the zip

1 Download the zip and extract it

Method 2: Cloning the repo

  1. Clone the repository git clone https://github.com/singularthought/uncle-spufus.git

  2. Navigate to uncle-spufus directory:

    root@kitploit:~
     `cd uncle-spufus`
    
  3. Make uspufus.sh executable:

    root@kitploit:~
     `chmod +× uspufus.sh`
    
  4. From there execute it.

Modes of Execution

Note that uspufus has two modes

  • Interactive
  • Non-Interactive

1. Interactive

  1. Execute uspufus without any arguments and follow along ./uspufus

2. Non-Interactive

The first argument is the interface that you want to spoof a mac. The second argument is amount of time(in minutes) to wait before spoofing the MAC again.

Example

To spoof wlan0 interface once

root@kitploit:~
    `./uspufus wlan0 0`
    

To spoof wlan0 interface after every 1 minute

root@kitploit:~
    `./uspufus wlan0 1`
    

Note the number of minutes can anything you like 5, 10 , 50, 360, 100000, e.t.c

To do list

  • Add techniques
  • Support other admin tools(ip)

Please report any errors or vulnerabilities to [email protected]

Peace!!!

Download Tool