Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

macchanger(1) [debian man page]

MACC(1) 						      General Commands Manual							   MACC(1)

NAME
macchanger - MAC Changer SYNOPSIS
macchanger [options] device DESCRIPTION
macchanger is a Linux utility for viewing/manipulating the MAC address for network interfaces. OPTIONS
macchanger accepts the following options: -h, --help Show summary of options. -V, --version Show version of program. -e, --ending Don't change the vendor bytes. -a, --another Set random vendor MAC of the same kind. -A Set random vendor MAC of any kind. -r, --random Set fully random MAC. -p, --permanent Reset MAC address to its original, permanent hardware value. -l, --list[=keyword] Print known vendors (with keyword in the vendor's description string) -m, --mac XX:XX:XX:XX:XX:XX, --mac=XX:XX:XX:XX:XX:XX Set the MAC XX:XX:XX:XX:XX:XX -s, --show Prints the current MAC EXAMPLE
macchanger -A eth1 SEE ALSO
ifconfig (8) AUTHOR
Alvaro Lopez Ortega <alvaro@alobbs.com>. December 1, 2002 MACC(1)

Check Out this Related Man Page

MAC_NONE(4)						   BSD Kernel Interfaces Manual 					       MAC_NONE(4)

NAME
mac_none -- null MAC policy module SYNOPSIS
To compile the null policy into your kernel, place the following lines in your kernel configuration file: options MAC options MAC_NONE Alternately, to load the sample module at boot time, place the following line in your kernel configuration file: options MAC and in loader.conf(5): mac_none_load="YES" DESCRIPTION
The mac_none policy module implements a sample MAC policy that has no effect on access control in the system. Unlike mac_stub(4), none of the MAC entry points are defined. Label Format No labels are defined for mac_none. SEE ALSO
mac(4), mac_biba(4), mac_bsdextended(4), mac_ifoff(4), mac_lomac(4), mac_mls(4), mac_partition(4), mac_portacl(4), mac_seeotheruids(4), mac_stub(4), mac_test(4), mac(9) HISTORY
The mac_none policy module first appeared in FreeBSD 5.0 and was developed by the TrustedBSD Project. AUTHORS
This software was contributed to the FreeBSD Project by Network Associates Labs, the Security Research Division of Network Associates Inc. under DARPA/SPAWAR contract N66001-01-C-8035 (``CBOSS''), as part of the DARPA CHATS research program. BUGS
See mac(9) concerning appropriateness for production use. The TrustedBSD MAC Framework is considered experimental in FreeBSD. While the MAC Framework design is intended to support the containment of the root user, not all attack channels are currently protected by entry point checks. As such, MAC Framework policies should not be relied on, in isolation, to protect against a malicious privileged user. BSD
December 1, 2002 BSD
Man Page

5 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Unknown problem-beginner

Hi, I have a problem running my script.Here it is: num1="1" num2="2" num3="3" num4="4" num5="5" num6="6" num7="7" echo echo "Type what you wanna do..." echo "1= Start interface 2= Stop interface 3= See your mac" echo "4= Change your mac 5= Hack WEP...... 6= Hack WPA...." echo... (3 Replies)
Discussion started by: hakermania
3 Replies

2. IP Networking

Cannot change mac address

ubuntu / xubuntu 13.10 and 14.04 (this issue should exist in debian as well) I use wifi to connect to internet. I would like to change the wifi card mac address before connecting. Let's call the original mac address, macA, and the new mac address, macB. I do the following: ifconfig wlan0... (2 Replies)
Discussion started by: arpagon
2 Replies

3. Shell Programming and Scripting

Bash function, for BSD

I am putting this thread to shell-threads, because it is about how to make a function work properly. I need a hint for declaring a function right, it has been more than a year I did not work that straight with bash. So my aim is to turn off the eth0 (as it would be in linux, and bge0 in bsd ),... (2 Replies)
Discussion started by: 1in10
2 Replies

4. Shell Programming and Scripting

Startup script

I can't quite find a clear answer on how to properly write a start up script. Does anybody have any ideas?? (3 Replies)
Discussion started by: Huitzilopochtli
3 Replies

5. BSD

MAC at @reboot, like some cellphone

I want to change my MAC at reboot, so making it a cron job like the following in BSD. Can I do this in the jail for the user, setting it as a command or should it be a script? I would set it as a command openssl rand -hex 6 | sed 's/\(..)/\1:/g; s/.$//' just to test it, it works. To... (0 Replies)
Discussion started by: 1in10
0 Replies