git-svn-id: https://beef.googlecode.com/svn/trunk@908 b87d56ec-f9c0-11de-8c8a-61c5e9addfc9
15 lines
174 B
Ruby
15 lines
174 B
Ruby
module BeEF
|
|
module Core
|
|
module Constants
|
|
|
|
# The distributed engine codes
|
|
module DistributedEngine
|
|
|
|
REQUESTER = 1
|
|
PORTSCANNER = 2
|
|
|
|
end
|
|
|
|
end
|
|
end
|
|
end |