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 24f1b91 commit 1e6bbc5Copy full SHA for 1e6bbc5
modules/exploits/unix/webapp/actualanalyzer_ant_cookie_exec.rb
@@ -210,7 +210,7 @@ def get_analytics_host_admin
210
end
211
212
def exploit
213
- if datastore['ANALYZER_HOST'].nil? || datastore['ANALYZER_HOST'] == ''
+ if datastore['ANALYZER_HOST'].blank?
214
analytics_host = get_analytics_host_code
215
analytics_host = get_analytics_host_view if analytics_host.nil?
216
analytics_host = get_analytics_host_admin if analytics_host.nil?
0 commit comments