Skip to content

Commit 12d344a

Browse files
Copilotkimocoder
andcommitted
fix: replace stale TODO with accurate comment around --strip flag
Co-authored-by: kimocoder <4252297+kimocoder@users.noreply.github.com>
1 parent fadff2b commit 12d344a

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)