You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I recently got access to an android 12 device that was not identified by your "getmac.py" package .. so i created a python script "macproblem.py" using all your METHODS.get .. the script will execute all your 27 methods using a list of "args" like 'eth0', 'Ethernet', 'Wi-Fi' .. The script will log the full output of each executed command .. The script will also logs all the errors.
I only added one return line "return text" to your function "_search()"
You can use this script with any device that you want to add support for it in your getmac package .. The full script and the modified getmac.py is available in this link:
The text was updated successfully, but these errors were encountered:
emadmahdi
changed the title
Python script to test MAC of any operating system
Python script to check MAC of any operating system
Dec 7, 2023
emadmahdi
changed the title
Python script to check MAC of any operating system
Python script to execute all getmac methods to find the MAC of any operating system
Dec 7, 2023
emadmahdi
changed the title
Python script to execute all getmac methods to find the MAC of any operating system
Python script to execute all getmac methods to find the proper method for the MAC of any operating system
Dec 7, 2023
emadmahdi
changed the title
Python script to execute all getmac methods to find the proper method for the MAC of any operating system
Python script to execute all getmac methods to find the proper method to get the MAC of any operating system
Dec 7, 2023
Hi,
I recently got access to an android 12 device that was not identified by your "getmac.py" package .. so i created a python script "macproblem.py" using all your METHODS.get .. the script will execute all your 27 methods using a list of "args" like 'eth0', 'Ethernet', 'Wi-Fi' .. The script will log the full output of each executed command .. The script will also logs all the errors.
I only added one return line "return text" to your function "_search()"
You can use this script with any device that you want to add support for it in your getmac package .. The full script and the modified getmac.py is available in this link:
script: . . . https://muslimruler.netlify.app/public/macproblem
output sample: . . . https://nopaste.net/output_sample.txt
Thank you.
The text was updated successfully, but these errors were encountered: