Open usmcfiredog opened 4 years ago
I'm looking at this. The recipe for sinatra includes a binary file that seems to be associated with specific builds. Either the binary in the "aws" folder or the "virtualbox" folder is used.
https://github.com/rapid7/metasploitable3/tree/master/chef/cookbooks/metasploitable/files/sinatra
service start sinatra
echoes "starting sinatra" and then runs that binary.
But same for me on libvirt, nothing happens when I run that binary. Nor on virtualbox.
@wchen-r7 any insight?
Those two loaders hash to the same value
dave@kali:~/metasploitable3/chef/cookbooks/metasploitable/files/sinatra$ sha256sum aws/loader virtualbox/loader
be502e97ad7b4538060c558d66d53789ee552d71174a7d6bbecac004ab1b001e aws/loader
be502e97ad7b4538060c558d66d53789ee552d71174a7d6bbecac004ab1b001e virtualbox/loader
Here's the original commit, with the raw ruby server code
Issue Description
Please check the General Issues section in the wiki before you submit the issue. If you didn't find your issue mentioned, please give a thorough description of the issue you're seeing. Also, please be sure to include any troubleshooting steps that you've already attempted.
Host System
When I build the Linux machine either with the script or build it manually I notice that port 8181 is not open when I run netstat on it. There are no errors when building the box. This also has to do with the Readme.app that is supposed to be running.