when i use wifiphisher in ubuntu i get the following error :
the problem :
Starting HTTP server at port 8080
Traceback (most recent call last):
File "wifiphisher.py ", line 919, in <module>
except socket.error:
NameError: name 'socket' is not defined
Code:
except socket.error: sys.exit(( '\n[' + R + '-' + W + '] Unable to start HTTPS server!\n' + '[' + R + '-' + W + '] Another process is running on port ' + str(SSL_PORT) + '.\n' + '[' + R + '!' + W + '] Closing'
Starting HTTP server at port 8080
Traceback (most recent call last):
File "wifiphisher.py ", line 919, in <module>
except socket.error:
NameError: name 'socket' is not defined
Comment