Skip to content

Commit 6cb8d8c

Browse files
authored
fix(modules): renaming run_host to run
1 parent 8055ba3 commit 6cb8d8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/auxiliary/gather/wp_depicter_sqli_cve_2025_2011.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ def check
9494
Exploit::CheckCode::Safe
9595
end
9696

97-
def run_host(_ip)
97+
def run
9898
@sqli ||= get_sqli_object
9999
wordpress_sqli_initialize(@sqli)
100100
wordpress_sqli_get_users_credentials(datastore['COUNT'])

0 commit comments

Comments
 (0)