<%= template '_header.erb' %> ronin_ftp_exploit do <%= template '_helpers.erb' %> # # Cacheable data. # cache do <%= template '_cache.erb' %> end # # Builds the FTP exploit. # def build end # # Deploys the built FTP exploit. # def deploy end end