w4sp-book / w4sp-lab

Lab environment for the Wireshark for Security Professionals book
https://github.com/w4sp-book/w4sp-lab/wiki/Lab-Installation
71 stars 42 forks source link

Metasploitable no longer starting #24

Open MikeSeveno opened 6 years ago

MikeSeveno commented 6 years ago

Hi, Metasploitable not starting. I now get the following error: File "/home/w4sp-lab/Downloads/w4sp-lab-master/w4sp_app/utils.py", line 83, in r return subprocess.check_output(cmd) File "/usr/lib/python2.7/subprocess.py", line 219, in check_output raise CalledProcessError(retcode, cmd, output=output) CalledProcessError: Command '['docker', 'run', '-id', '--privileged', '--name', 'sploit', '--hostname', 'sploit', '--net=none', 'w4sp/labs:sploitable']' returned non-zero exit status 125 Exception AttributeError: "'container' object has no attribute 'id'" in <bound method container.del of <w4sp_app.container.container object at 0x7f9708992a90>> ignored 127.0.0.1 - - [14/Jan/2018 09:36:33] "GET /sploit HTTP/1.1" 500 -

Sploit doesn't appear in network diagram.

Thanks, Mike

MikeSeveno commented 6 years ago

Hi, It appears a container was still running with name "sploit". Possibly because of change to iptables (re: issue 23). To get sploit to start again I had to run "sudo docker rm sploit" first.