Fix for #264 - new issue will be raised to correct the lax filter introduced in this commit
git-svn-id: https://beef.googlecode.com/svn/trunk@724 b87d56ec-f9c0-11de-8c8a-61c5e9addfc9
This commit is contained in:
@@ -34,7 +34,7 @@ module BeEF
|
||||
# check if valid command module datastore value
|
||||
def self.is_valid_command_module_datastore_param?(str)
|
||||
return false if has_null?(str)
|
||||
return false if not has_valid_base_chars?(str)
|
||||
return false if not has_valid_verbose_details_chars?(str)
|
||||
true
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user