Commit Graph
183 Commits
Author SHA1 Message Date
Stefan Kremser f8a6daa328 Improved Select-All Buttons on stations.html 2017-05-20 10:54:28 +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 98deeb503b Prevent ClientScan to pick the broadcast address as a client
+ Clarified nameList
2017-05-14 19:26:52 +02:00
N0vaPixel acc0cf83c2 Added a list of the contributors in the "info" web page 2017-05-14 03:08: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 c70bc66bd1 Merge branch 'master' into testing 2017-05-01 20:08:19 +02:00
Stefan Kremser 46ef960056 Merge remote-tracking branch 'origin/master' v.1.4 2017-05-01 20:07:08 +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
Stefan KremserandGitHub 3e2e2315d5 Add files via upload 2017-04-24 23:01:01 +02:00
Stefan KremserandGitHub 0eb814fd29 Update issues.md 2017-04-24 22:10:32 +02:00
Stefan KremserandGitHub 255af3b9ee Update README.md 2017-04-23 13:32:02 +02:00
Stefan KremserandGitHub 9c88c6b11e Update README.md 2017-04-22 10:59:11 +02:00
Stefan KremserandGitHub e93b5dc8ba Update readme.md 2017-04-21 09:36:23 +02:00
Stefan KremserandGitHub b2d43cda6f Update README.md 2017-04-20 14:07:23 +02:00
Stefan KremserandGitHub 5bc1e12d2e Update README.md 2017-04-20 13:19:58 +02:00
Stefan KremserandGitHub 362d07335a Update README.md 2017-04-20 13:19:06 +02:00
Stefan KremserandGitHub c2ba50833b Merge pull request #196 from SamuelKlit/patch-1
Fixed spelling and grammar mistakes.
2017-04-19 23:02:26 +02:00
Stefan KremserandGitHub fb6b5861fd Update README.md 2017-04-19 23:02:06 +02:00
Samuel KSandGitHub 6437fbe8ac Fixed spelling and grammar mistakes. 2017-04-19 21:46:43 +02:00
Stefan Kremser 0d7a7331ee Merge remote-tracking branch 'origin/master' v.1.3 2017-04-18 10:25:25 +02:00
Stefan Kremser 8e45631511 Merge branch 'testing' 2017-04-18 10:24:06 +02:00
Stefan KremserandGitHub 442534d2a1 Merge pull request #186 from schinfo/testing
Better OLED-Display-Menu and spelling error fix
2017-04-17 21:02:42 +02:00
Stefan KremserandGitHub 148ebdc7f1 Update README.md 2017-04-15 23:40:33 +02:00
VeritasandGitHub 174247e5a9 Better OLED-Display-Menu and spelling error fix
Capital letter in menu for difference between menu and APs
Fix spelling error in APScan.cpp ("seect" -> "select")
Format files with Strg+T in Arduino-IDE - looks better ;-)
2017-04-13 11:23:53 +02:00
Stefan KremserandGitHub 4c394cac0f Merge pull request #183 from SaltyViper/testing
Fixed round buttons in style.css and data.h
2017-04-09 20:51:17 +02:00
SaltyViperandGitHub 3ede6c663e Add files via upload 2017-04-09 11:47:36 -07:00
SaltyViperandGitHub 9a22e16f2b Add files via upload 2017-04-09 11:46:47 -07:00
SaltyViperandGitHub 2bcb9bc0f8 Delete data.h 2017-04-09 11:46:29 -07:00
SaltyViperandGitHub 45239714ee Add files via upload 2017-04-09 11:46:07 -07:00
Stefan Kremser 337ff88e62 little readme additions 2017-04-09 11:36:54 +02:00
Stefan KremserandGitHub b76e3ba45b Add files via upload 2017-04-09 11:34:38 +02:00
Stefan Kremser a0b1cfa039 Added OLED Installation in Readme 2017-04-09 11:33:28 +02:00
Stefan KremserandGitHub d60748d02d Merge pull request #180 from SaltyViper/patch-1
Updating Readme
2017-04-08 16:33:20 +02:00
SaltyViperandGitHub 5aecacdcc4 Updating Readme
Fixed spelling and grammar, also edited sentences to make them clearer.

Also other stuff you can see in the pull request
2017-04-08 07:26:36 -07:00
Stefan Kremser 63314b57d7 Fixed clientScan bug 2017-04-08 12:23:01 +02:00
Stefan Kremser 3ebf2c1ea0 Merge remote-tracking branch 'origin/testing' into testing 2017-04-07 15:55:53 +02:00
Stefan Kremser cb03c3eac3 Added copyright infos and fixed oled scan bug 2017-04-07 15:55:31 +02:00
Stefan KremserandGitHub 2be0bfc1bf Add files via upload 2017-04-03 22:17:32 +02:00
Stefan KremserandGitHub cff3e13ecc Fixed typo 2017-04-03 22:16:11 +02:00
Stefan KremserandGitHub c5bcc3f67f Merge pull request #170 from ajnavarro/patch-1
Fix some small typos into the installation guide
2017-04-03 10:40:18 +02:00
Antonio Navarro PerezandGitHub 040e3bee2c Fix some small typos into the installation guide
- Change method names from Wi-Fi... to wifi
- Chage file names from Wi-Fi... to WiFi
2017-04-03 10:33:42 +02:00
Stefan Kremser 0caac2698d fixed spelling error 2017-04-01 23:06:08 +02:00
Stefan Kremser 9072a560c4 Added option to use an OLED display 2017-04-01 22:54:39 +02:00
Stefan Kremser ea17fa423c little html file changes 2017-03-31 20:57:18 +02:00
Stefan Kremser 3378f2fc63 fixed settings timeout bug and improved deauth attack 2017-03-31 20:25:26 +02:00