Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fetching members: only getting 14-30% #461

Open
racontre opened this issue Mar 16, 2023 · 2 comments
Open

Fetching members: only getting 14-30% #461

racontre opened this issue Mar 16, 2023 · 2 comments

Comments

@racontre
Copy link

I tried both ways: the bruteforce way that only uses the guild id and the channel sidebar method. The first one yields more, but the more I tested it, the less it returned members.

The guild has 31k members or so. I got from 4k to 10k members.

Is this normal behavior? I guess maybe I could be somehow rate limited by discord or something and I just need good proxies?

@racontre
Copy link
Author

racontre commented Mar 16, 2023

I guess something else I could do is to improve op 8's search queries?

@wtfismyname69420
Copy link

Based on my understanding of how op 8 functions, there appears to be an issue when it comes to identifying users who do not have ASCII names within the server. As these names are not included in the current brute force list, op 8 is unable to locate them. However, it is important to note that this understanding may be incomplete or inaccurate.

In order to address this issue, a potential solution could involve adding these non-ASCII names to the brute force list. It is worth mentioning, though, that implementing such a change is likely to result in a significant increase in the time required for brute force operations.

This is from my small brain understanding, so do not take this as 100%.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants