Various UI improvements, definitely works now
This commit is contained in:
@@ -34,10 +34,10 @@ class Configuration(object):
|
||||
Configuration.wep_timeout = 600 # Seconds to wait before failing
|
||||
Configuration.wep_crack_at_ivs = 10000 # Minimum IVs to start cracking
|
||||
Configuration.require_fakeauth = False
|
||||
Configuration.wep_restart_stale_ivs = 30 # Seconds to wait before restarting
|
||||
Configuration.wep_restart_stale_ivs = 11 # Seconds to wait before restarting
|
||||
# Aireplay if IVs don't increaes.
|
||||
# "0" means never restart.
|
||||
Configuration.wep_restart_aircrack = 180 # Seconds to give aircrack to crack
|
||||
Configuration.wep_restart_aircrack = 30 # Seconds to give aircrack to crack
|
||||
# before restarting the process.
|
||||
# WEP-specific attacks
|
||||
Configuration.wep_fragment = True
|
||||
|
||||
Reference in New Issue
Block a user