Ticket #114 (assigned enhancement)

Opened 3 years ago

Last modified 6 months ago

add mac changing to airoscript

Reported by: daouid Owned by: daouid
Priority: minor Milestone: N/A
Component: airoscript Version: N/A
Keywords: Cc:

Description (last modified by daouid) (diff)

add mac changing to airoscript

some test are being done :

see this version

http://trac.aircrack-ng.org/changeset/197

macchanger added

Attachments

macspoof Download (225 bytes) - added by anonijeroenimo 3 years ago.
script for mac changing

Change History

Changed 3 years ago by anonijeroenimo

script for mac changing

Changed 3 years ago by anonijeroenimo

Some cards need an extra "ifconfig <iface> down too before you can change the mac address

Like the rt2570 you have to:

iwconfig rausb0 mode Managed && ifconfig rausb0 down &&

echo "Typ the new MAC adress" read MAC ifconfig rausb0 hw ether $MAC && iwconfig rausb0 mode Monitor

Changed 3 years ago by daouid

  • owner set to daouid
  • status changed from new to assigned
  • description modified (diff)

Changed 3 years ago by daouid

i need to know the way to change MAC on all interface that are "injection capable"

if someone with this knowledge could help me out this would allow me fully add this functionnality to airoscript,

also user feedback on the current implementation would help allot.

in advance thanks

Daouid

Changed 3 years ago by darkAudax

  • milestone changed from 0.7.1 to 2.0

Changed 3 years ago by misterx

  • version changed from 0.7 to N/A
  • milestone changed from 2.0 to N/A

Changed 2 years ago by daouid

  • description modified (diff)

Add/Change #114 (add mac changing to airoscript)

Author


E-mail address and user name can be saved in the Preferences.


Action
as assigned
 
Note: See TracTickets for help on using tickets.