alobbs / macchanger

GNU MAC Changer

Home Page:http://www.gnu.org/software/macchanger

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Buffer overflow

opened this issue · comments

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:

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...

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 #6#6 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//issues/7#issuecomment-31720238
.

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.