This is one of my first projects. What the script does: it goes to a pastebin link that you'll provide and searches for text that you pasted on pastebin.com, then it executes anything that you typed to the pastebin textbox. It's like a blind injection of commands that is very primitive, but hard to detect (at least I think).
- First go to the pastebin.com and create a new unlisted paste.
- Type your command/payload into the textbox.
- Edit the script, so that it has your paste link.
- Make the script a windows executable. You can name it something like some popular tech brand name or something and add a realistic icon. (I personally use auto-py-to-exe script to do this as It's like the easiest way and you don't have to watch any tutorials to do it.)
- Install the script preferably to the startup folder on a victim's machine, or run it.
- If you created the paste with an account, you can edit it. You can use tor and tempmail to mitigate your privacy concerns about creating an account.
You can edit some things for example the random time that is being used to decide the interval of the script execution. (default=<1,10>) The script is writen to be easy to understand. Feel free to commit.