Files
metasploit-gs/lib/rex/proto/tftp.rb
T
James Lee f4498c3916 Remove $Id tags
Also adds binary coding magic comment to a few files
2013-05-20 16:21:03 -05:00

14 lines
317 B
Ruby

# -*- coding: binary -*-
#
# TFTP Server implementation according to:
#
# RFC1350, RFC2347, RFC2348, RFC2349
#
# written by jduck <jduck [at] metasploit.com>
# thx to scriptjunkie for pointing out option extensions
#
require 'rex/proto/tftp/constants'
require 'rex/proto/tftp/server'
require 'rex/proto/tftp/client'