derv82
|
ebb7cac91c
|
Removing the last of the double-quoted strings (now single-quoted)
|
2018-08-18 03:01:52 -07:00 |
|
derv82
|
0977f48d0c
|
Documentation, code-formatting, and refactoring.
* Added some docs, updated existing docs.
* Use single-quotes for strings when possible.
* Color.pexception() prints exception and stack trace.
|
2018-08-17 03:46:58 -07:00 |
|
derv82
|
9d1db5966b
|
Change shebang from /usr/bin/python to /usr/bin/env python
Resolves #99
|
2018-06-09 22:46:30 -04:00 |
|
Edward Betts
|
feb9dafa16
|
Correct spelling mistakes.
|
2018-06-08 20:32:50 +01:00 |
|
derv82
|
28b2d8312c
|
--keep-ivs option to retain .ivs files across attacks on the same target
For #27
|
2018-04-20 14:57:31 -04:00 |
|
derv82
|
9f95f554ae
|
Lots of changes to improve WEP, but don't actually improve WEP.
|
2018-04-19 22:49:59 -04:00 |
|
derv82
|
adc7d37318
|
Don't kill+restart aircrack after 30s, wait 60s for target,
Also detect enabled/disabled interfaces when putting in/out of monitor mode.
|
2018-04-19 12:59:11 -04:00 |
|
derv82
|
6f71957753
|
iface before PHY in output.
Remove "Interface" model, rely on ifconfig
|
2018-04-18 15:01:25 -04:00 |
|
derv82
|
3eddcaa59f
|
Support for Python3
That was fun.
|
2018-03-31 23:02:33 -04:00 |
|
derv82
|
b0bd57b1a3
|
Improve messaging during chopchop & fragment attacks
Bugfix when chopchop fails.
Displays aircrack's error message when chopchop fails.
For improving WEP attacks in #27
|
2018-03-25 16:03:20 -04:00 |
|
derv82
|
a488cf86f1
|
Bugfix: Don't infinitely loop while calculating Hex & ASCII key from WEP attack.
* Simplified HEX/ASCII conversion. Avoids infinite loop 🤔
* Added integration test: python -m wifite.tools.aircrack
Should resolve "hanging" issues during WEP attacks such as #27.
|
2018-03-24 14:10:48 -04:00 |
|
derv82
|
7b9a023bd6
|
Cleaning up imports, fixing a few bugs.
|
2018-03-17 04:32:00 -04:00 |
|
derv82
|
622ec064a5
|
Massive refactor/renaming. No more upper-case filenames.
|
2018-03-17 04:04:05 -04:00 |
|