An implementation of backdoor using python. Works on simple server-client architecture.
Run the server.py in attacker machine and backdoor.py in victim machine. You can convert the code to exe using pyinstaller
pyinstaller --clean -F --distpath=. backdoor.py