Metadata-Version: 2.1
Name: macspoof
Version: 1.2
Summary: Spoof MAC Address on a Linux PC.
Home-page: https://github.com/Anish-M-code/macspoof
Author: Anish M
Author-email: aneesh25861@gmail.com
License: GPLv3
Keywords: privacy-tool,privacy,student project
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Programming Language :: Python :: 3
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Education
Description-Content-Type: text/markdown

# MacSpoof

MacSpoof: A simple tool to spoof MAC ADDRESS on a Linux PC .

Supported Commands:-

To view Help

```
macspoof -h
```
To view current status of MacSpoof.

```
macspoof --status
```
To turn ON MAC ADDRESS SPOOFING on Wifi and Ethernet Interfaces.

```
macspoof --on
```
To Disable Proctection.

```
macspoof --off
```
NOTE: Don't use this program in high risky situations or for any sensitive purpose. DEVELOPER NOT RESPONSIBLE FOR ANY DAMAGES ARISING FROM USE OF THIS SOFTWARE.

Quick Installation
------------------

To Install from [PyPI](https://pypi.org/project/macspoof/):

Run the following commands in Linux terminal / Windows powershell / command prompt to install:-

```
pip install macspoof
```
Then to get started , simply type :-

```
macspoof
```

Contribute to macspoof
---------------------------
Feel free to open issues if something breaks or for feature request. 





