From adf12ec0cdca3f11dd36c5f1a30eee8a8be26900 Mon Sep 17 00:00:00 2001 From: Sergio Date: Sat, 18 Jul 2026 18:59:28 +0300 Subject: [PATCH] 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. --- poc.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/poc.py b/poc.py index 834ad5d..51bb3b5 100644 --- a/poc.py +++ b/poc.py @@ -278,7 +278,7 @@ if len(set(cache_post_ids)) != 3: username = f"w2s_{token}" 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) nav_item_id = outer_loop_id + 1 inner_loop_id = outer_loop_id + 2