--bully option to use bully (instead of reaver).
Previously used bully by-default. Removed Configurations named 'reaver' (instead of 'WPS attack') Should resolve #39
This commit is contained in:
@@ -11,6 +11,8 @@ from Configuration import Configuration
|
||||
import os, time, re
|
||||
from threading import Thread
|
||||
|
||||
# TODO: Support Pixie/PIN settings in Configuration
|
||||
|
||||
class Bully(Attack):
|
||||
def __init__(self, target, pixie=False):
|
||||
super(Bully, self).__init__(target)
|
||||
|
||||
Reference in New Issue
Block a user