Skip to content

Commit e6a1455

Browse files
authored
Merge pull request #470 from kimocoder/copilot/fix-stale-todo-wpa-handshake
Fix stale TODO comment around hidden WPA handshake --strip flag
2 parents ed2aa16 + 12d344a commit e6a1455

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

wifite/args.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -811,7 +811,11 @@ def _add_wpa_args(self, wpa):
811811
% self.config.wpa_attack_timeout))
812812
wpa.add_argument('-wpat', help=argparse.SUPPRESS, action='store', dest='wpa_attack_timeout', type=int)
813813

814-
# TODO: Uncomment the --strip option once it works
814+
# Handshake stripping is implemented (see Handshake.strip()), but the public
815+
# --strip flag remains hidden because stripped captures may break compatibility
816+
# with aircrack-ng and other downstream tools (Handshake.strip() warns of this).
817+
# Keep only the hidden compatibility alias (-strip) until the behavior is
818+
# validated across all supported cracking tools.
815819
'''
816820
wpa.add_argument('--strip',
817821
action='store_true',

0 commit comments

Comments
 (0)