A tool which copy text to the clipboard remotely.
- Copy text to the clipboard.
- When Sender.py closed, then automatically the Receiver.py stops.
- If the clipboard is empty, then the program stopped.
Demo.mp4
- Windows 10
- Raspberry Pi OS
- Raspberry Pi OS act as Sender Machine (Raspberry Pi Zero W).
- Windows 10 act as Receiver Machine (Laptop).
- Make sure the latest python and pip3 is installed on your system (Windows/Linux/MacOS).
- Install the pyperclip and sockets modules on your system (Windows/Linux/MacOS) by copy and run the following command :
pip3 install -r requirements.txt
- Download or Clone the Repository.
- Open the folder.
- After that put the Victim IP Address at the indicated place in Sender.py file.
- Run the Sender.py file at the Sender Machine.
- Run the Receiver.py file at the Receiver Machine.
- Wait for few seconds, the Receiver.py show a message Connected by (Sender IP Address).
- Now, we are ready to send text.
- To run Receiver.py file without console window in windows :
pythonw.exe Receiver.py
Tip
The Sender Machine
and the Receiver Machine
is connected to the same network.
- Open CMD.
- Type ipconfig.
- Click Enter.
- Under the Wireless LAN adapter Wi-Fi:, there is a IPv4 Address and that is your victim address.
- Open Terminal.
- Type ifconfig.
- Click Enter.
- Under the wlan0, there is a inet and that is your victim address.
Use a USB Rubber Ducky to run Receiver.py file using powershell.