Use --force with bully

This commit is contained in:
derv82
2018-09-02 12:04:04 -07:00
parent 467f40d68a
commit 0f8b6d6a66

View File

@@ -49,7 +49,12 @@ class Bully(Attack, Dependency):
'--bssid', target.bssid, '--bssid', target.bssid,
'--channel', target.channel, '--channel', target.channel,
#'--detectlock', # Detect WPS lockouts unreported by AP #'--detectlock', # Detect WPS lockouts unreported by AP
#'--force',
# Restoring session from '/root/.bully/34210901927c.run'
# WARNING: WPS checksum was bruteforced in prior session, now autogenerated
# Use --force to ignore above warning(s) and continue anyway
'--force',
'-v', '4', '-v', '4',
Configuration.interface Configuration.interface
]) ])