Merubokkusu / Discord-S.C.U.M

A Discord API Wrapper for Userbots/Selfbots written in Python.
MIT License
588 stars 167 forks source link

Fetching members: only getting 14-30% #461

Open racontre opened 1 year ago

racontre commented 1 year ago

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 commented 1 year ago

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

wtfismyname69420 commented 1 year ago

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%.