module CMSScanner::Target::Server::Apache
Some Apche specific implementation
Public Instance Methods
Source
# File lib/cms_scanner/target/server/apache.rb, line 21 def directory_listing_entries(path = nil, params = {}) super(path, params, 'td a') end
@param [ String ] path @param [ Hash ] params The request params
@return [ Array<String> ] The first level of directories/files listed,
or an empty array if none
Calls superclass method
Source
# File lib/cms_scanner/target/server/apache.rb, line 12 def server(_path = nil, _params = {}) :Apache end
@param [ String ] path @param [ Hash ] params The request params
@return [ Symbol ] :Apache