alobbs / macchanger

GNU MAC Changer
http://www.gnu.org/software/macchanger
GNU General Public License v3.0
581 stars 112 forks source link

Buffer overflow #7

Open ghost opened 10 years ago

ghost commented 10 years ago

Hi I have find a buffer overflow tested on black arch linux

i have find this on failing arg order like : macchanger -m thisargofferflow 00:11:22:33:44:55

macchanger_buffoverflow

i exept this is usefull Have a nice day ! Leone:

thoger commented 10 years ago

This should be a duplicate of issue #6 (assuming you're using macchanger 1.6.0 or older).

Additionally, you're not passing arguments to macchanger correctly. You should be using macchanger -m mac interface or macchanger interface -m mac. You are asking it to set mac wlp10s2 on interface 00:11:22:33:44:55...

ghost commented 10 years ago

Is my macchanger version outdated, Sorry for making you lose time ! Have a nice day !

2014/1/7 Tomas Hoger notifications@github.com

This should be a duplicate of issue #6https://github.com/alobbs/macchanger/issues/6(assuming you're using macchanger 1.6.0 or older).

Additionally, you're not passing arguments to macchanger correctly. You should be using macchanger -m mac interface or macchanger interface -m mac. You are asking it to set mac wlp10s2 on interface 00:11:22:33:44:55...

— Reply to this email directly or view it on GitHubhttps://github.com/alobbs/macchanger/issues/7#issuecomment-31720238 .

thoger commented 10 years ago

You can run macchanger --version to confirm what version you're running. Problem tracked via issue #6 was only fixed in 1.7.0 released earlier this year.

However, as noted above, you can avoid hitting the problem by calling macchanger correctly.