--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:
derv82
2018-02-28 02:03:21 -05:00
parent 21e340ab08
commit aaf7845177
5 changed files with 69 additions and 60 deletions

View File

@@ -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)