A small repository to illustrate the de-obfuscation of my entry into the Happy Birthday OpenStack obfuscated code contest.
In order for this application to work, it requires more than the normal amount of configuration.
-
You need to make sure to have the correct version of Ruby installed
-
Make sure to install the appropriate gems
gem install bundler bundle install
-
Add a host definition for the domain (this is important, the domain is significant to this app)
echo "j0lwtfrjhuyqw 127.0.0.1" >> /etc/hosts
-
Start it up!
bundle exec ruby app.rb -
Visit http://j0lwtfrjhuyqw:4567/src in your browser of choice