File tree Expand file tree Collapse file tree 1 file changed +0
-14
lines changed Expand file tree Collapse file tree 1 file changed +0
-14
lines changed Original file line number Diff line number Diff line change @@ -28,13 +28,6 @@ def jsp_bind_tcp
28
28
var_in = Rex ::Text . rand_text_alpha_lower ( 2 )
29
29
var_out = Rex ::Text . rand_text_alpha_lower ( 3 )
30
30
31
- # The 'out' name variable can cause conflicts
32
- # when compiling the JSP under Tomcat with the
33
- # JASPER engine
34
- while var_out == 'out'
35
- var_out = Rex ::Text . rand_text_alpha_lower ( 3 )
36
- end
37
-
38
31
jsp = <<-EOS
39
32
<%@page import="java.lang.*"%>
40
33
<%@page import="java.util.*"%>
@@ -106,13 +99,6 @@ def jsp_reverse_tcp
106
99
var_in = Rex ::Text . rand_text_alpha_lower ( 2 )
107
100
var_out = Rex ::Text . rand_text_alpha_lower ( 3 )
108
101
109
- # The 'out' name variable can cause conflicts
110
- # when compiling the JSP under Tomcat with the
111
- # JASPER engine
112
- while var_out == 'out'
113
- var_out = Rex ::Text . rand_text_alpha_lower ( 3 )
114
- end
115
-
116
102
jsp = <<-EOS
117
103
<%@page import="java.lang.*"%>
118
104
<%@page import="java.util.*"%>
You can’t perform that action at this time.
0 commit comments