Jump to content
RenCorner Network

Find a MAC address


Recommended Posts

Posted

hey guys its dragon, just wanted to ask how I could find a MAC address on a computer without taking the computer apart restarting it or logging into the computer

Posted
import ossys_net = '/sys/class/net'for dev in os.listdir(sys_net):    with open(os.path.join(os.path.join(sys_net, dev), 'address')) as f:        print dev, f.read(),

Alternatively you could just google

Posted

just ipconfig??? 

 

billie just flexing his kiddie code skillz :)

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...