Skip to content

Commit 63c3a12

Browse files
committed
Restore 'tcp' instead of 'http' because 'ActiveRecord::RecordInvalid Validation failed: Proto is not included in the list'
1 parent 272c09d commit 63c3a12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/auxiliary/scanner/http/wp_fastest_cache_sqli.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ def run_host(ip)
8484
service_name: 'Wordpress',
8585
address: ip,
8686
port: datastore['RPORT'],
87-
protocol: 'http',
87+
protocol: 'tcp',
8888
status: Metasploit::Model::Login::Status::UNTRIED
8989
})
9090
table << user

0 commit comments

Comments
 (0)