require 'threat_agent/tasks/breachbot' require 'threat_agent/tasks/drone' require 'threat_agent/tasks/exfiltrate' require 'threat_agent/tasks/passision' require 'threat_agent/tasks/phishable' require 'threat_agent/tasks/pwnxy' module ThreatAgent # A namespace for ThreatAgent Thor tasks, used in the threatagent executable # # @author Erran Carey module Tasks end end