Skip to content

Commit 3d27397

Browse files
committed
This error will still show even if we get a shell
1 parent 0950240 commit 3d27397

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

modules/exploits/unix/webapp/wp_property_upload_exec.rb

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -97,9 +97,5 @@ def exploit
9797
'uri' => upload_uri,
9898
'method' => 'GET'
9999
})
100-
101-
if not res or res.code != 200
102-
fail_with(Exploit::Failure::UnexpectedReply, "#{peer} - Execution")
103-
end
104100
end
105101
end

0 commit comments

Comments
 (0)