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 sending the archive #47

Closed dev-nightcore closed 1 year ago

dev-nightcore commented 1 year ago

need to add time.sleep(5) to telegram sender because .zip file slowly gathers and the request manages to leave without it. as a result i got error 400 from telegram api.

FallenAstaroth commented 1 year ago

I need to verify this information. The archive is collected in the same thread and process as the sender, so I doubt that's the problem, since they are executed in turn.

dev-nightcore commented 1 year ago

my solution helped me

QuangTuyeens commented 1 year ago

@FallenAstaroth do you have guiding video, i cant set up stink :(((

FallenAstaroth commented 1 year ago

@FallenAstaroth do you have guiding video, i cant set up stink :(((

There is nothing complicated here, all you have to do is call a convenient sending method and compile the file through the bat file: https://drive.google.com/file/d/1-oTAVhceKc8iXL_S9T74GIeOf9_qDAuT/view?usp=share_link

Examples of all sending methods: https://github.com/FallenAstaroth/stink/wiki

FallenAstaroth commented 1 year ago

During the tests, the problem did not reproduce, the archive is sent only after a full creation. The tests were performed on 4 different computers, with different settings and parameters.