Codebase list dnscat2 / 452a25e7-925d-4c31-96b9-f979e5c31455/upstream server / libs / dnscat_exception.rb
452a25e7-925d-4c31-96b9-f979e5c31455/upstream

Tree @452a25e7-925d-4c31-96b9-f979e5c31455/upstream (Download .tar.gz)

dnscat_exception.rb @452a25e7-925d-4c31-96b9-f979e5c31455/upstreamraw · history · blame

##
# dnscat_exception.rb
# Created July 1, 2013 (Canada Day!)
# By Ron Bowes
#
# See LICENSE.md
#
# Implements a simple exception class for dnscat2 protocol errors.
##

class DnscatException < StandardError
end