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 f2e0fe7 commit 1f650b0Copy full SHA for 1f650b0
modules/exploits/multi/http/wondercms_rce.rb
@@ -151,6 +151,7 @@ def exploit
151
if Rex::Socket.is_ip_addr?(datastore['SRVHOST']) && Rex::Socket.addr_atoi(datastore['SRVHOST']) == 0
152
fail_with(Exploit::Failure::BadConfig, 'The SRVHOST option must be set to a routable IP address.')
153
end
154
+
155
login
156
157
create_vulnerable_zip
0 commit comments