-
Notifications
You must be signed in to change notification settings - Fork 787
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
error line 240 #131
Comments
Try Using this code -- coding: UTF-8 --import fcntl Console colorsW = '\033[0m' # white (normal) def parse_args():
######################################## Begin interface info and manipulation######################################## def get_mon_iface(args): def iwconfig(): def get_iface(interfaces):
def start_mon_mode(interface): def remove_mon_iface(mon_iface): def mon_mac(mon_iface): ######################################## End of interface info and manipulation######################################## def channel_hop(mon_iface, args):
def deauth(monchannel):
def output(err, monchannel): def noise_filter(skip, addr1, addr2): def cb(pkt):
def APs_add(clients_APs, APs, pkt, chan_arg, world_arg):
def clients_APs_add(clients_APs, addr1, addr2):
def AP_check(addr1, addr2): def stop(signal, frame): if name == "main":
|
line 240
TypeError: a bytes-like object is required, not 'str'
The text was updated successfully, but these errors were encountered: