{"id":15130552,"url":"https://github.com/theleopard65/mac-spoofer","last_synced_at":"2026-01-19T07:02:45.385Z","repository":{"id":257619493,"uuid":"858814255","full_name":"TheLeopard65/MAC-Spoofer","owner":"TheLeopard65","description":"This repository provides tools to change or reset MAC addresses on different operating systems: Windows, Linux, and macOS. The tools are implemented in C++ and each supports a set of functionalities tailored to their respective platforms.","archived":false,"fork":false,"pushed_at":"2025-03-16T11:39:33.000Z","size":22,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-05T19:41:35.239Z","etag":null,"topics":["bash","changing","cmd","cpp","cybersecurity","ip","linux","mac","mac-changer","mac-spoofing","macos","os","privacy","projects","spoofing","terminal","tools","windows"],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/TheLeopard65.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-09-17T15:23:20.000Z","updated_at":"2025-03-16T11:40:30.000Z","dependencies_parsed_at":"2024-09-17T19:51:39.962Z","dependency_job_id":"86516146-cdf6-4533-b447-a4c38172e8db","html_url":"https://github.com/TheLeopard65/MAC-Spoofer","commit_stats":null,"previous_names":["theleopard65/mac-spoofer"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/TheLeopard65/MAC-Spoofer","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheLeopard65%2FMAC-Spoofer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheLeopard65%2FMAC-Spoofer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheLeopard65%2FMAC-Spoofer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheLeopard65%2FMAC-Spoofer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/TheLeopard65","download_url":"https://codeload.github.com/TheLeopard65/MAC-Spoofer/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheLeopard65%2FMAC-Spoofer/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28562691,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-19T03:31:16.861Z","status":"ssl_error","status_checked_at":"2026-01-19T03:31:15.069Z","response_time":67,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["bash","changing","cmd","cpp","cybersecurity","ip","linux","mac","mac-changer","mac-spoofing","macos","os","privacy","projects","spoofing","terminal","tools","windows"],"created_at":"2024-09-26T03:02:18.363Z","updated_at":"2026-01-19T07:02:45.371Z","avatar_url":"https://github.com/TheLeopard65.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# MAC Spoofer\n\n![License](https://img.shields.io/badge/license-MIT-brightgreen)\n\n## Overview\n\nThe **MAC Spoofer** is a cross-platform utility designed to change the MAC address of your network interfaces on Linux, macOS, and Windows systems. This tool is particularly useful for privacy-conscious users who want to obscure their device's identity on a network or for testing purposes in network security.\n\n## Features\n\n- **Cross-Platform Support**: Works on Linux, macOS, and Windows.\n- **Easy to Use**: Simple command-line interface for setting and resetting MAC addresses.\n- **Root Privileges Check**: Ensures the script is run with the necessary permissions.\n- **Error Handling**: Provides clear error messages for common issues.\n\n## Table of Contents\n\n- [Installation](#installation)\n- [Usage](#usage)\n- [Supported Platforms](#supported-platforms)\n- [Requirements](#requirements)\n- [License](#license)\n- [Contributing](#contributing)\n- [Contact](#contact)\n\n## Installation\n\n1. **Clone the repository**:\n   ```bash\n   git clone https://github.com/TheLeopard65/MAC-Spoofer.git\n   cd MAC-Spoofer\n   ```\n\n2. **Compile the source code**:\n   Run the `compiler.sh` script to compile the appropriate version for your operating system:\n   ```bash\n   sudo bash compiler.sh\n   ```\n\n## Usage\n\nThe MAC Spoofer can be used with the following commands:\n\n### Set a New MAC Address\n\n```bash\n./mac_spoofer_\u003cos\u003e -s \u003cinterface_name\u003e \u003cmac_address\u003e\n```\n\n### Reset the Network Interface\n\n```bash\n./mac_spoofer_\u003cos\u003e -r \u003cinterface_name\u003e\n```\n\n### Example\n\nTo set a new MAC address on a Linux system:\n```bash\nsudo ./mac_spoofer_linux -s eth0 00:11:22:33:44:55\n```\n\nTo reset the network interface:\n```bash\nsudo ./mac_spoofer_linux -r eth0\n```\n\n### Command-Line Options\n\n- `-s \u003cinterface_name\u003e \u003cmac_address\u003e`: Set a new MAC address for the specified interface.\n- `-r \u003cinterface_name\u003e`: Reset the specified network interface.\n\n## Supported Platforms\n\n- **Linux**: Compiled with `g++`.\n- **macOS**: Compiled with `g++`.\n- **Windows**: Compiled with Visual Studio's Developer Command Prompt.\n\n## Requirements\n\nBefore compiling, ensure you have the following installed:\n\n- **Linux**:\n  - `build-essential`\n  - `g++`\n  - `net-tools`\n  - `iproute2`\n\n- **macOS**:\n  - Xcode Command Line Tools\n\n- **Windows**:\n  - Visual Studio with C++ development tools\n\n## License\n\nThis project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.\n\n## Contributing\n\nContributions are welcome! If you have suggestions for improvements or new features, please open an issue or submit a pull request.\n\n1. Fork the repository.\n2. Create a new branch (`git checkout -b feature-branch`).\n3. Make your changes and commit them (`git commit -m 'Add new feature'`).\n4. Push to the branch (`git push origin feature-branch`).\n5. Open a pull request.\n\n---\n\nThank you for using MAC Spoofer! Happy spoofing!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftheleopard65%2Fmac-spoofer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftheleopard65%2Fmac-spoofer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftheleopard65%2Fmac-spoofer/lists"}