derv82
a8f05d31d4
Gracefully handle airodump crashing.
...
Apparently Airodump is capturing the SIGINT on some Ctrl+C presses.
Wifite will print out that airodump crashed w/ the return code & command executed.
Wifite will not change the list of targets if airodump crashes (to avoid wps:n/a).
2018-02-27 04:54:15 -05:00
derv82
af5e3aaca9
Ignore error when parsing Client row.
...
Explanation of bug (Why error wasn't being caught):
```
try:
...
except IndexError, ValueError:
# Only catches IndexError.
# ValueError is a *variable* holding the IndexError !
```
2018-02-27 04:20:21 -05:00
derv82
080e674aa6
Remove dependency on Wash; detect WPS via Tshark.
...
Should resolve #62
2018-02-27 04:09:46 -05:00
deix
383d09ff29
Try to combine some if statements
2017-08-28 19:13:04 +02:00
deix
dbc0d995e3
The start parameter for enumerate()
...
Since python version 2.6 the start parameter was added and can be used
2017-08-28 18:14:09 +02:00
deix
00e5246f96
Comparisons to singletons like None should always be done with is or is not, never the equality operators.
2017-08-28 17:51:27 +02:00
derv82
ebdde675e9
Filter multicast/broadcast BSSIDs from appearing in target list
...
Should resolve #32
2017-06-11 17:49:02 -04:00
derv82
b9c90b3d48
Custom number of deauths.
...
Also fixed bug with Airodump's ESSID decloaking: now specifies target access point.
Should resolve #31
2017-06-11 17:36:41 -04:00
derv82
c812edf630
Fix bug when airodump output for clients is unexpected/unparsable
2017-05-18 00:14:49 -04:00
derv82
c4773c6d1a
Use bully instead of reaver.
...
Detailed WPS output.
TODO:
* Actually test that cracked PINs are detected & saved, pending #28
* Command-line options to specify max lockout/timeout/noassoc/failure
2017-05-17 23:19:49 -04:00
derv82
a226cdb9a1
Added --nodeauths command, try to fix WEP replay attacks.
...
Aireplay can optionally NOT store the process output (via `devnull=False`).
By-default, Aireplay attacks will not capture aireplay-ng output, to
avoid deadlock when overloading the OS buffer (see #21 ).
2017-05-15 20:36:04 -04:00
derv82
250e89b21e
--5ghz scans *only* 5ghz networks (not 2ghz)
...
Also fixed ugly output when waiting for handshakes
2017-05-14 19:03:13 -04:00
derv82
ecfeeaae41
Decloak hidden APs when channel is fixed
2017-05-14 17:26:13 -04:00
derv82
c836cb9e6b
Fix tshark ssid discovery
2017-05-14 15:37:05 -04:00
derv82
b0bd0342d7
Airodump writes to csv every second (instead of every 5)
2017-05-14 15:37:05 -04:00
goll
260cc35dd5
Hardcode python2.7 shebang
2016-07-03 17:31:41 +02:00
derv82
3847f2c5c9
Lots of fixes.
...
1. WEP attack gracefully handles ctrl+c
2. Very verbose (-vv) prints out commands and output
3. Doesn't fetch WPS info when attacking WEP
2016-01-04 18:20:25 -05:00
derv82
c5ffac75c5
Ignore -1 channels, bug/crash fix, support newer tshark
2016-01-01 02:04:10 -05:00
derv82
746da03580
Adding 5ghz support
2015-12-28 12:52:29 -05:00
derv82
633d11b7d1
Backwards compatibility attempt #1
...
Got a fresh copy of Kali 1.1.0, didn't upgrade aircrack or reaver.
Supports:
* Aircrack-ng 1.2 rc1
* Reaver 1.4
2015-06-10 00:59:04 -07:00
derv82
345472f379
Save cracked networks to file. Verbose configuration options.
2015-06-04 23:41:56 -07:00
derv82
1078a4d5de
Crack results can be saved or loaded.
...
Although they're not saved or loaded at this time. :(
Also, BANNER!
2015-06-04 00:52:36 -07:00
derv82
ff66d08308
WPS PixieDust attack support
...
Fixed encryption filtering.
More WPS-specific configurations.
Various fixes.
2015-06-02 07:31:41 -07:00
derv82
50538168e2
Various UI improvements, definitely works now
2015-05-31 15:03:20 -07:00
derv82
35de5ea8a6
Working on getting WEP attacks finished
...
Lots of small fixes/tweaks/changes.
2015-05-31 02:28:54 -07:00
derv82
faf0dcb909
Airodump uses static methods for parsing Targets
2015-05-30 11:57:42 -07:00
derv82
aebc38c631
Handshake detection, various bug fixes.
2015-05-30 05:35:36 -07:00
derv82
1c99b74cf2
Started WEP attack support.
...
Fixing bugs in Airodump/Scanner.
2015-05-29 23:16:20 -07:00
derv82
03509d436e
"Scanner" allow selection of targets
...
Made Configuration static so it can be called from anywhere.
Thing's awesome, yo.
2015-05-28 19:36:58 -07:00
derv82
8953cfa092
Uses Wash to detect WPS, small improvements
2015-05-27 23:13:37 -07:00
derv82
af7f30b6d0
Fix bug when interrupting/killing a process, caused console to stop displaying
2015-05-27 20:45:14 -07:00
derv82
1f2ebc9914
Setting up Client, Target, and Airodump wrappers
...
Fixed bugs in Process and other related classes.
2015-05-27 20:26:30 -07:00