Commit Graph

16 Commits

Author SHA1 Message Date
Stefan Kremser
9fe9fa2459 Updated JS to prevent XSS using SSIDs 2017-07-21 15:03:46 +02:00
Stefan Kremser
d842c76a4f New Web Interface
Completly reworked design!
I also improved the way you add/clone SSIDs to the list
2017-07-20 15:11:08 +02:00
N0vaPixel
3ae0a10961 Increase stealth - Change the bssid of AP + random mode
+++ 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);
2017-06-18 15:37:18 +02:00
Stefan Kremser
75676167fa Fixed little SSID list bugs 2017-06-05 15:14:53 +02:00
Stefan Kremser
177e08c8dc Added LedPin Setting to HTML 2017-05-31 12:14:25 +02:00
Stefan Kremser
f2a70bb026 Fixed 2 little bugs
- Attack.js error "data undefined"
- Display compiler error "drawInterface() not found"
2017-05-26 21:34:48 +02:00
Stefan Kremser
0513fa2cd2 Optimized attack.json 2017-05-20 11:48:36 +02:00
Stefan Kremser
fd044767b7 Design improvements on stations.html 2017-05-20 10:55:27 +02:00
Stefan Kremser
e33758cc16 Added Random-SSID Mode
also fixed the attack stati
2017-05-20 10:30:39 +02:00
Stefan Kremser
64cb0a6f2a Added Mac-change & Beacon Interval Setting 2017-05-19 18:02:59 +02:00
Stefan Kremser
ff745f6870 Enabled Multiple attacks + Improved Probe Request 2017-05-16 17:06:14 +02:00
Stefan Kremser
3128dbe83f Fixed APScan select bug + Attack status bug
- 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
2017-05-15 19:36:44 +02:00
N0vaPixel
a1b7a0640d NameList fix 2017-05-14 02:24:47 +02:00
N0vaPixel
ec0d4fb2f2 Fixed NameList bug
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)
2017-05-14 01:54:38 +02:00
N0vaPixel
4c069a53bd Add select / deselect all functionality
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
2017-05-13 22:30:56 +02:00
Stefan Kremser
6cd3a46144 version 1.4
- changed webinterface design
- improved error handling
- can add clients manually
- added settings reset via console command "reset" and GPIO 4
- improved default settings for more stability
- added warning at the beginning
- added info page
2017-05-01 20:05:41 +02:00