-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Hack Hunt
committed
Jun 8, 2020
1 parent
b4a95e1
commit 1a423f7
Showing
1 changed file
with
9 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,25 +1,25 @@ | ||
## MAC Changer | ||
# MAC Changer | ||
|
||
#### Media Access Control Address (MAC Address): | ||
### Media Access Control Address (MAC Address): | ||
- Permanent | ||
- Physical | ||
- Unique | ||
- Assigned by manufacturer | ||
|
||
#### Why to change the MAC address? | ||
### Why to change the MAC address? | ||
- Increase anonymity | ||
- Impersonate other devices | ||
- Bypass filters | ||
|
||
#### Supports Platform: Linux, Debain | ||
### Supports Platform: Linux, Debain | ||
|
||
#### How to use: | ||
### How to use: | ||
- Convert the file into executable. | ||
> **chmod u+x mac_changer** | ||
- Run the Executable. | ||
> **./mac_changer** | ||
#### Available Arguments: | ||
### Available Arguments: | ||
- **-h or --help:** *Displays all the available options.* | ||
- **-i or --interface**: *This option needs to be used as to | ||
define for which interface you want to change the MAC address.* | ||
|
@@ -30,15 +30,15 @@ define for which interface you want to change the MAC address.* | |
*Random MAC Address Generation Algorithm*. | ||
- **Random MAC Address Generation Algorithm** will always generate a unicast mac address. | ||
|
||
#### Color: | ||
### Color: | ||
- **Green:** Successful. | ||
- **Yellow:** In process. | ||
- **White:** MAC Address. | ||
- **Red:** Unsuccessful or Errors. | ||
|
||
#### Licensed: GNU General Public License, version 3 | ||
### Licensed: GNU General Public License, version 3 | ||
|
||
#### Developer Information: | ||
### Developer Information: | ||
- **Website:** [Hack Hunt](https://hack-hunt.blogspot.com/) | ||
- **Contact:** [email protected] | ||
- **Youtube:** [Hack Hunt](https://youtube.com/hackhunt) | ||
|