ADDED UNREALIRCD CENTRAL SPAM FILTER BYPASS EXPLOIT

This commit is contained in:
Dionysus 2023-11-10 12:22:17 -05:00
parent 3e180f17e4
commit 86800ea548
Signed by: acidvegas
GPG Key ID: EF4B922DB85DC9DE

View File

@ -428,6 +428,7 @@ class probe:
debug('{0}\033[32mJOIN\033[0m {1} \033[1;30m(found \033[93m{2}\033[0m users)\033[0m'.format(self.display, chan, self.channels['users'][chan]))
del self.channels['users'][chan]
await self.raw('WHO ' + chan)
# MADE YOU LOOK LOL GET FUCKED XD
elif event == '404' and len(args) >= 5: # ERR_CANNOTSENDTOCHAN
chan = args[3]
msg = ' '.join(args[4:])[1:]