when i enter the commandI receive the error messageCode:root@bt:/pentest/spoofing/sslstrip# python ./sslstrip.py -a -l 8080
Yes, I am root. Yes, I have ipforwarding and arpspoof enabled correctly, i'm not sure what else it could be.Code:root@bt:/pentest/spoofing/sslstrip# python ./sslstrip.py -a -l 8080 Traceback (most recent call last): File "./sslstrip.py", line 254, in <module> main(sys.argv[1:]) File "./sslstrip.py", line 246, in main server = ThreadingHTTPServer(('', listenPort), StripProxy) File "/usr/lib/python2.5/SocketServer.py", line 330, in __init__ self.server_bind() File "/usr/lib/python2.5/BaseHTTPServer.py", line 101, in server_bind SocketServer.TCPServer.server_bind(self) File "/usr/lib/python2.5/SocketServer.py", line 341, in server_bind self.socket.bind(self.server_address) File "<string>", line 1, in bind TypeError: an integer is required