Ticket #114 (closed enhancement: fixed)

Opened 4 years ago

Last modified 3 weeks ago

add mac changing to airoscript

Reported by: daouid Owned by: XayOn
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 4 years ago.
script for mac changing

Change History

Changed 4 years ago by anonijeroenimo

script for mac changing

Changed 4 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 4 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 3 years ago by daouid

  • description modified (diff)

Changed 3 weeks ago by anonymous

Now it uses macchanger for this, I added a few options like "Use current mac" "enter mac manually" and so

Changed 3 weeks ago by XayOn

  • owner changed from daouid to XayOn
  • status changed from assigned to new

Changed 3 weeks ago by XayOn

  • status changed from new to closed
  • resolution set to fixed

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

Author


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


Action
as closed
The resolution will be deleted. Next status will be 'reopened'
 
Note: See TracTickets for help on using tickets.