-
SSLStrip error
Hi, I am running BT4 on vmware. Everything is working fine except for a problem with SSLStrip.
Most of the time it is working fine, but from time to time I get a error message when trying to start SSLStrip, and this comes after the startup command:
Traceback ( most recent call last )
File "/usr/bin/sslstrip", line 254, in <module>
main(sys.argv[1:])
File "usr/bin/sslstrip", line 246, in main
server = ThreadingHHTPserver ((,"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
File "<string>", line 1, in bind
Type error: an integer is required
Any suggestions?
-
What command did you type, exactly? sslstrip ... ?
-
Commands
I have tried all commands I have found on this forum and after googling, i.e.,
python ./sslstrip -l 8080 ( in a blank terminal window,)
sslstrip -l 8080 ( after opening SSLStrip from Backtrack>privilege escalation>sslstrip )
I have tried different ports and everything else I can think of.
-
Commands
If opening a new terminal window directly i have tried python ./sslstrip.py -a -f -l 8080 ( or other port numbers )
If starting from Backtrack>Privlige Escalation>SSLStrip: ssltrip -a -f -l 8080 ( or 10000)
I have also tried all cammand variations found in this forum, or by googling sslstrip
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules