MSF filter stub added
git-svn-id: https://beef.googlecode.com/svn/trunk@710 b87d56ec-f9c0-11de-8c8a-61c5e9addfc9
This commit is contained in:
12
lib/filter/msf.rb
Normal file
12
lib/filter/msf.rb
Normal file
@@ -0,0 +1,12 @@
|
||||
module BeEF
|
||||
|
||||
module Filter
|
||||
|
||||
def self.is_valid_msf_payload_name?(name)
|
||||
return false if only?("a-z_/", name)
|
||||
true
|
||||
end
|
||||
|
||||
end
|
||||
|
||||
end
|
||||
Reference in New Issue
Block a user