Dvir S.
Dvir S.
more details? screenshot? errors?
seems like the pickasync method was not found in the credentials.ui. will be checked
@mvrozanti it allows an attacker to have a complete shell on the machine. It's a good addition, problem is that the RHOST and RPORT of the attacker machine needs to...
Actually, you can just add "/cmd" option with just an os.command :D And reflect the output of course. Just need to handle the output correctly (ie, long messages).
Will need to use subprocess :\ Take a look on this code: https://github.com/buckyroberts/Turtle/blob/master/Single_Client/client.py If you'll implement it, you would only need to get the RHOST and RPORT from the user,...
This can be done relatively easily: Create a smaller RAT that will just infect and download the "larger" bot RAT (dropper). I will start working on it edited: Pyinstaller combines...
Hi! 1. I'm struggling to integrate the v2 of the telegram bot (change the v1 commands to the v2 keyboard) but I can't seem to handle it. 2. I've added...
Hi! Telegram bot API v2 allows to create a custom made keyboard instead of typing commands. I did manage to find my way from it, it would be awesome for...
Hey dude, Only options for me is to use While loop. However, I don't know hot to implement an input (from the telegram message) inside the while loop. Can you...
Hey dude, sure. Also found a solution for the tasklist