Skip to content

Commit

Permalink
Land #4356
Browse files Browse the repository at this point in the history
  • Loading branch information
jhart-r7 committed Dec 11, 2014
2 parents 0eea9a0 + 245b764 commit 24dbc28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/exploits/unix/smtp/exim4_string_format.rb
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,7 @@ def exploit
buff << res if res
end

perl_path = buff.gsub(token, "").gsub(/\/perl.*/, "/perl").strip
perl_path = buff.gsub(token, "").gsub(/\/perl.*/m, "/perl").strip
print_status("Using Perl interpreter at #{perl_path}...")

temp_conf = "/var/tmp/" + Rex::Text.rand_text_alpha(8)
Expand Down

0 comments on commit 24dbc28

Please sign in to comment.