zaburo / web-shell

Automatically exported from code.google.com/p/web-shell
0 stars 0 forks source link

python call trace when WebShell used with parameter -i #41

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Install webshell
2. start webshell with -i etho --ssl-disable optons
3. The program does not start and am not able to come out of shell

What is the expected output? What do you see instead?
Expected:
When i select the required interface through which i want the webshell to
run, it should start without any problem.
Problem:
The followind call trace is produced and i am not able to come out of the
shell when ^c is issued... it just hangs

CallTrace:
srinivasa@schamart-1:~/WebShell-0.9.5/WebShell-0.9.5$ ./webshell.py -i eth0
--ssl-disable
Traceback (most recent call last):
  File "./webshell.py", line 1417, in <module>
    main()
  File "./webshell.py", line 1401, in main
    httpd = SecureHTTPServer(server_address, WebShellRequestHandler, o.cmd,
o.term, o.ssl_enabled, o.ssl_cert)
  File "./webshell.py", line 1329, 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
socket.gaierror: (-5, 'No address associated with hostname')

What version of the product are you using? On what operating system?
WebShell-0.9.5

Please provide any additional information below.
Am using ubuntu 8.04.

Original issue reported on code.google.com by sreeni.r...@gmail.com on 16 Aug 2008 at 6:09