Codebase list dnscat2 / master server / libs / dnscat_exception.rb
master

Tree @master (Download .tar.gz)

dnscat_exception.rb @masterraw · 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