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 2c02a60 commit 97caca4Copy full SHA for 97caca4
modules/exploits/multi/http/dotcms_file_upload_rce.rb
@@ -81,7 +81,7 @@ def check
81
jsp = <<~EOS
82
<%@ page import=\"java.io.File\" %>
83
<%
84
- File jsp=new File(getServletContext().getRealPath(File.separator) + File.separator + "#{@jsp_file}");
+ File jsp=new File(getServletContext().getRealPath(File.separator) + File.separator + "#{test_file}");
85
jsp.delete();
86
%>
87
#{uuid}
0 commit comments