NULLCON CTF Vuln1 - DRb
This challenge was relatively straightforward, especially given the fact that we have access to the source. {% highlight ruby %} require 'drb/drb' class TimeServer def initialize @flag = "FLAG" end def get_current_time Time.now end end $SAFE = 1 DRb.start_service("druby://0.0.0.