Skip to content
This repository has been archived by the owner on Aug 19, 2024. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
BlakeGardner authored Aug 21, 2018
1 parent 04c339b commit b1a4f00
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
#PHP MAC Address
# PHP MAC Address

This is a PHP class for MAC address manipulation on top of Unix, Linux and Mac
OS X operating systems. it was primarily written to help with spoofing for
wireless security audits.

##Capabilities
## Capabilities

* Verify you are executing it from the command line
* Verify you are running the script as an administrator
Expand All @@ -13,7 +13,7 @@ wireless security audits.
* Get the current system’s MAC address
* Set or “spoof” any MAC address you want

##Usage
## Usage

``` php
// require the class
Expand Down Expand Up @@ -41,8 +41,8 @@ var_dump(MacAddress::setFakeMacAddress('eth0', '00:E4:01:2C:79:DA'));
For more see the example.php file. You can run the example on the command line
as root. `php example.php`

##Planned Features
## Planned Features

* List all interfaces on the system
* OS detection
* Suppress errors on the command line
* Suppress errors on the command line

0 comments on commit b1a4f00

Please sign in to comment.