Skip to content

Commit f42083d

Browse files
committed
Increased the size of email to avoid duplicate
1 parent 35c1ccc commit f42083d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/exploits/linux/http/appsmith_rce_cve_2024_55964.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ def check
8181
end
8282

8383
def exploit
84-
user = { 'email' => "#{rand_text_alphanumeric(3)}@#{rand_text_alphanumeric(3)}.com", 'password' => rand_text_alphanumeric(10).to_s }
84+
user = { 'email' => "#{rand_text_alphanumeric(50)}@#{rand_text_alphanumeric(50)}.com", 'password' => rand_text_alphanumeric(10).to_s }
8585
res = send_request_cgi({
8686
'method' => 'POST',
8787
'uri' => normalize_uri(target_uri.path, 'api/v1/users'),

0 commit comments

Comments
 (0)