Skip to content

This is a python3 script which can be used to change the network MAC address of the device.

License

Notifications You must be signed in to change notification settings

shettyarjun/MAC_changer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

MAC_changer

This is a python3 script which can be used to change the network MAC address of the device.

It is my first python script to take a step into understanding the mechanism of hacking tools. this python script is mainly used for linux based operating system and has some basic concepts integrated with modules, regular expression, parsing and functions.

there is a small edit in the code where when using the 'subprocess.check_output' gives output in bytes, but the re.search uses str. so, we use a .decode("utf-8").

i hope to make more python scripts and increase my knowledge. if you find this type of info interesting please follow my linkedln:

https://www.linkedin.com/in/arjun-shetty-255049229

About

This is a python3 script which can be used to change the network MAC address of the device.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages