mirror of
https://github.com/sergiointel/wp2shell-poc
synced 2026-07-18 19:05:14 +00:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user