Stefan Kremser
afcf33bad9
Merge pull request #76 from spacehuhn/testing
...
Merge Testing Branch
2017-03-04 18:13:56 +01:00
Stefan Kremser
f2b13a56ae
Merged branch testing into testing
2017-03-04 13:42:23 +01:00
tobozo
fcb0e0dc49
implemented sendAPResults by AP id
2017-03-04 13:01:13 +01:00
Stefan Kremser
aedbd2013d
changed settings html "beacon encrypted" to "WPA2 beacons""
2017-03-04 11:07:41 +01:00
Stefan Kremser
2e5656cfba
NameList bugfig
2017-03-04 11:01:09 +01:00
Stefan Kremser
00ec81abd9
added manifest file
2017-03-04 10:35:33 +01:00
Stefan Kremser
0f5f48d804
Merged branch testing into testing
2017-03-04 10:11:26 +01:00
N0vaPixel
44934180b0
Updated scanNetworks to carry settings
2017-03-04 00:02:22 +01:00
N0vaPixel
be158e3954
Enhanced SoftAP with channel and hide parameters
2017-03-04 00:01:23 +01:00
N0vaPixel
3d36cb3f3c
Added setting options to scan hidden APs and to hide your own
2017-03-03 23:55:52 +01:00
Stefan Kremser
73390c68bc
continuous*
...
because english thats why
2017-03-03 15:47:44 +01:00
Stefan Kremser
d63c97f06a
Added continous AP scan
2017-03-03 15:41:45 +01:00
Stefan Kremser
c13619bdca
more debug infos
...
because yey bugs!
2017-03-03 14:05:06 +01:00
Stefan Kremser
4885876e80
Merged branch testing into testing
2017-03-03 10:01:13 +01:00
N0vaPixel
6112973c58
Added infos to install the SDK fix
2017-03-03 00:57:31 +01:00
N0vaPixel
cfdda59f5a
Prevent user to clone the beacons of a hidden APs.
2017-03-03 00:40:11 +01:00
N0vaPixel
f53795edb6
Implement hidden APs
...
Now APscan is compatible with the new scanNetworks method
+ added bool hidden[] and bool getAPName(int num) to save and retrieve
the "visibility" status of a network.
+ If the ssid of a given network is hidden, getAPName() will return "*
Hidden SSID *"
hidden[] will stay empty.
+ Added debug infos
2017-03-03 00:38:09 +01:00
N0vaPixel
eb96986787
Fix the SDK to scan for hidden APs (SDK 2.0.0)
...
Now scanNetworks function receive 2 parameters :
scanNetworks(bool async, bool show_hidden)
scanNetworks will now return hidden APs :)
2017-03-03 00:31:36 +01:00
N0vaPixel
29cb2bdcde
Added SDK fix to send freedom packets (SDK 2.0.0)
...
Added the famous SDK fix to send freedom packets
2017-03-03 00:24:26 +01:00
Stefan Kremser
37172d4b1d
Added custom clone SSID option
2017-02-28 14:06:16 +01:00
Stefan Kremser
fc1893521f
Reduced the AP scan max results
2017-02-27 21:20:15 +01:00
Stefan Kremser
5aa2fcf2ff
Readme changes & new images
2017-02-27 19:06:54 +01:00
Stefan Kremser
7e2dfcbf5a
Implemented beacon list attack
...
and improved the json string generation
2017-02-27 12:41:59 +01:00
Stefan Kremser
c8cee47355
Fixed APScan select bug
2017-02-26 23:16:39 +01:00
Stefan Kremser
297ec34e85
Reduced JSON file size (Fix for AP scan timeout)
2017-02-26 23:11:10 +01:00
Stefan Kremser
868d459c11
changed APScan debug that it shows the json string
2017-02-26 18:20:41 +01:00
Stefan Kremser
5718ba1abf
Added SSID List
2017-02-26 18:11:49 +01:00
Stefan Kremser
1ee13c516c
functional settings site
2017-02-26 12:18:08 +01:00
Stefan Kremser
8a5b3d3357
Added Settings HTML
2017-02-25 19:08:11 +01:00
Stefan Kremser
75087e12f6
minor improvements
2017-02-25 15:07:57 +01:00
Stefan Kremser
1bccb3e99f
Added Settings
2017-02-25 14:32:58 +01:00
Stefan Kremser
e7ab2f9881
cleaned up
...
cleaned up my failed merges
2017-02-24 19:07:42 +01:00
Stefan Kremser
9e605927c0
Merge remote-tracking branch 'refs/remotes/origin/testing'
...
Conflicts:
esp8266_deauther/APScan.cpp
esp8266_deauther/esp8266_deauther.ino
2017-02-24 18:54:05 +01:00
Stefan Kremser
38b3f97375
Revert "Merge remote-tracking branch 'refs/remotes/tobozo/master'"
...
This reverts commit 8dbef86da1 .
2017-02-24 18:51:19 +01:00
Stefan Kremser
986558856d
Revert "Merge remote-tracking branch 'refs/remotes/tobozo/master'"
...
This reverts commit 8dbef86da1 .
2017-02-24 18:41:37 +01:00
Stefan Kremser
8dbef86da1
Merge remote-tracking branch 'refs/remotes/tobozo/master'
...
Conflicts:
esp8266_deauther/APScan.cpp
esp8266_deauther/APScan.h
esp8266_deauther/esp8266_deauther.ino
2017-02-24 18:38:35 +01:00
Stefan Kremser
b2907561c3
Fixed beacon attack
...
works now, but unfornatly only in broadcast. An targeted beacon flood attack on a specific client is mostly dropped (maybe because of the SDK?).
2017-02-24 18:24:44 +01:00
Stefan Kremser
725f0eb18c
clientscan crash bug fix
...
also readme and screenshot changes
2017-02-24 14:14:33 +01:00
Stefan Kremser
a791101d32
Improved beacon attack
...
Both attacks should work now
2017-02-24 13:34:20 +01:00
Stefan Kremser
0f3742b6bf
Multi APs
...
select, scan and attack multiple APs
2017-02-24 11:28:58 +01:00
tobozo
c6037127cb
merged serial peering logic
2017-02-23 21:43:43 +01:00
Stefan Kremser
46e3a0fcfc
fixed bug in the beacon packet declaration
...
I'm an idiot and forgot to change the mac adress back to broadcast...
2017-02-20 15:30:11 +01:00
Stefan Kremser
7be4d742ac
fix for invalid Json bug
...
JSON bug episode 2 - attack of the json bugs :D no? Ok.. :(
2017-02-20 15:26:17 +01:00
Stefan Kremser
cf2789e235
resolved CSS error
...
changed button border color to a valid hex code
2017-02-20 12:17:25 +01:00
Stefan Kremser
db264ad1b6
mobile optimization
...
- set maxResults to 80 (for APScan & ClientScan)
- updated HTML & CSS files
- set EEPROM size to 4096
- set namelist length to 50
2017-02-20 12:03:54 +01:00
Stefan Kremser
c948676fff
little improvements
...
- start beacon spam without a selected AP (not necessary).
- added beaconChannel definition to Attack.h
2017-02-18 13:51:08 +01:00
Stefan Kremser
779b5270f1
Merge pull request #26 from andrbmgi/master
...
fix for APs > maxResults creating invalid json, resulting in empty APlist
2017-02-18 11:18:18 +01:00
andrbmgi
37b98f3879
5 second timeout instead of 3
2017-02-18 08:02:33 +01:00
andrbmgi
0b66f101b0
fix for APs > maxResults creating invalid json resulting in empty AP list
2017-02-18 07:59:28 +01:00
Stefan Kremser
6042639c4d
Update README.md
2017-02-16 13:35:50 +01:00