Skip to content

Commit ad4c354

Browse files
committed
Update es_enum.rb
Corrected changes from dev module
1 parent 975c2ad commit ad4c354

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/auxiliary/scanner/elasticsearch/es_enum.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ def run_host(target_host)
5959
end
6060

6161
if res and res.code == 200 and res.headers['Content-Type'] and res.body.length > 0
62-
path = store_loot("couchdb.enum.file", "text/plain", rhost, res.body, "CouchDB Enum Results")
62+
path = store_loot("elasticsearch.enum.file", "text/plain", rhost, res.body, "ElasticSearch Enum Results")
6363
print_status("Results saved to #{path}")
6464
else
6565
print_error("Failed to save the result")

0 commit comments

Comments
 (0)