InfamousSYN / rogue

An extensible toolkit providing penetration testers an easy-to-use platform to deploy Access Points during penetration testing and red team engagements.
https://the-rogue-toolkit.readthedocs.io/en/latest/
GNU General Public License v3.0
285 stars 52 forks source link

check length requirements of wep key #10

Closed mstiles-shearwater closed 5 years ago

mstiles-shearwater commented 5 years ago

Currently the WEP key has no length checks which result in errors when the expected lengths are not met.

# A key may be a quoted string or unquoted hexadecimal digits.
# The key length should be 5, 13, or 16 characters, or 10, 26, or 32
# digits, depending on whether 40-bit (64-bit), 104-bit (128-bit), or # 128-bit (152-bit) WEP is used.

InfamousSYN commented 5 years ago

implemented in commit df2a0a3