/dns-code-injection

Rails app to demonstrate code injection when not handling input from DNS entries correctly

Primary LanguageRubyThe UnlicenseUnlicense

Application demonstrating DNS code injection

DO NOT USE THIS APPLICATION IN PRODUCTION. FOR DEMONSTRATION PURPOSES ONLY

Remember to sanitize/escape inputs. ALWAYS

Requirements

  • Ruby 1.9.3+

Run the application

  • Clone the application

    git clone https://github.com/cmckni3/dns-code-injection.git
  • Install dependencies

    bundle
  • Run the application

    rails s