+++ Ability to set the bssid
+++ Ability to randomize the bssid at load time
++ Updated settings.html
++ Added Mac::randomize()
+ Updated Attack::generate to use Mac::randomize()
+ removed Mac::setMac() and overloaded Mac::set() with new parameters
void set(uint8_t* mac);
void set(Mac adr);
- fixed: APScan select wasn't working when Multiple AP selection was disbaled.
- fixed: Attack stati wasn't shown
- improved: design of select,deselect all buttons
This change the NameList class in order to fix the bug when you try to
edit the name of sniffed clients.
Now NameList::get return the id of the namelist when receiving a mac
adress (return -1 if the mac adress is not found)
Now NameList::getName return the name when received an id (return
nothing if the id is not found)
Add select / deselect all functionality for appscan and client scan
Pass -1 to the "select" methods to pick all the results.
Pass any other negative number (in the range of a signed int) to
deselect all.
+ Added "select all" and "deselect all" buttons to apscan.html and
stations.html