diff --git a/README.md b/README.md index 47f99bf..ee76254 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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 @@ -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 \ No newline at end of file + * Suppress errors on the command line