Module: CMSScanner::Target::Server::Apache
- Defined in:
- lib/cms_scanner/target/server/apache.rb
Overview
Some Apche specific implementation
Instance Method Summary collapse
-
#directory_listing_entries(path = nil, params = {}) ⇒ Array<String>
The first level of directories/files listed, or an empty array if none.
-
#server(_path = nil, _params = {}) ⇒ Symbol
:Apache.
Instance Method Details
#directory_listing_entries(path = nil, params = {}) ⇒ Array<String>
Returns The first level of directories/files listed, or an empty array if none.
21 22 23 |
# File 'lib/cms_scanner/target/server/apache.rb', line 21 def directory_listing_entries(path = nil, params = {}) super(path, params, 'td a') end |
#server(_path = nil, _params = {}) ⇒ Symbol
Returns :Apache.
12 13 14 |
# File 'lib/cms_scanner/target/server/apache.rb', line 12 def server(_path = nil, _params = {}) :Apache end |