module BeEF module Core module Constants # The distributed engine codes module DistributedEngine REQUESTER = 1 PORTSCANNER = 2 end end end end