You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Traceback (most recent call last):
File "/usr/bin/websploit", line 33, in
sys.exit(load_entry_point('websploit==4.0.4', 'console_scripts', 'websploit')())
File "/usr/lib/python3/dist-packages/websploit/websploit.py", line 74, in start_wsf
Main().cmdloop()
File "/usr/lib/python3.9/cmd.py", line 138, in cmdloop
stop = self.onecmd(line)
File "/usr/lib/python3.9/cmd.py", line 217, in onecmd
return func(arg)
File "/usr/lib/python3/dist-packages/websploit/websploit.py", line 35, in do_use
module.cmdloop()
File "/usr/lib/python3.9/cmd.py", line 138, in cmdloop
stop = self.onecmd(line)
File "/usr/lib/python3.9/cmd.py", line 217, in onecmd
return func(arg)
File "/usr/lib/python3/dist-packages/websploit/modules/wifi_fap.py", line 35, in do_execute
sendp(frame, inter=0.1, iface=self.parameters['iface'], loop=1)
File "/usr/lib/python3/dist-packages/scapy/sendrecv.py", line 376, in sendp
socket = socket or conf.L2socket(iface=iface, *args, **kargs)
File "/usr/lib/python3/dist-packages/scapy/arch/linux.py", line 398, in init
self.ins = socket.socket(socket.AF_PACKET, socket.SOCK_RAW, socket.htons(type)) # noqa: E501
File "/usr/lib/python3.9/socket.py", line 232, in init
_socket.socket.init(self, family, type, proto, fileno)
OSError: [Errno 97] Address family not supported by protocol
The text was updated successfully, but these errors were encountered:
Traceback (most recent call last):
File "/usr/bin/websploit", line 33, in
sys.exit(load_entry_point('websploit==4.0.4', 'console_scripts', 'websploit')())
File "/usr/lib/python3/dist-packages/websploit/websploit.py", line 74, in start_wsf
Main().cmdloop()
File "/usr/lib/python3.9/cmd.py", line 138, in cmdloop
stop = self.onecmd(line)
File "/usr/lib/python3.9/cmd.py", line 217, in onecmd
return func(arg)
File "/usr/lib/python3/dist-packages/websploit/websploit.py", line 35, in do_use
module.cmdloop()
File "/usr/lib/python3.9/cmd.py", line 138, in cmdloop
stop = self.onecmd(line)
File "/usr/lib/python3.9/cmd.py", line 217, in onecmd
return func(arg)
File "/usr/lib/python3/dist-packages/websploit/modules/wifi_fap.py", line 35, in do_execute
sendp(frame, inter=0.1, iface=self.parameters['iface'], loop=1)
File "/usr/lib/python3/dist-packages/scapy/sendrecv.py", line 376, in sendp
socket = socket or conf.L2socket(iface=iface, *args, **kargs)
File "/usr/lib/python3/dist-packages/scapy/arch/linux.py", line 398, in init
self.ins = socket.socket(socket.AF_PACKET, socket.SOCK_RAW, socket.htons(type)) # noqa: E501
File "/usr/lib/python3.9/socket.py", line 232, in init
_socket.socket.init(self, family, type, proto, fileno)
OSError: [Errno 97] Address family not supported by protocol
The text was updated successfully, but these errors were encountered: