Git Product home page Git Product logo

cliptrap's Introduction

ClipTrap

A tool which copy text to the clipboard remotely.

Key Features

  • 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 Video

Demo.mp4

OS Support

  • Windows 10
  • Raspberry Pi OS

Role

  • Raspberry Pi OS act as Sender Machine (Raspberry Pi Zero W).
  • Windows 10 act as Receiver Machine (Laptop).

Setup

  1. Make sure the latest python and pip3 is installed on your system (Windows/Linux/MacOS).
  2. Install the pyperclip and sockets modules on your system (Windows/Linux/MacOS) by copy and run the following command :
pip3 install -r requirements.txt

Install and Run

  1. Download or Clone the Repository.
  2. Open the folder.
  3. After that put the Victim IP Address at the indicated place in Sender.py file.
  4. Run the Sender.py file at the Sender Machine.
  5. Run the Receiver.py file at the Receiver Machine.
  6. Wait for few seconds, the Receiver.py show a message Connected by (Sender IP Address).
  7. Now, we are ready to send text.
  8. To run Receiver.py file without console window in windows :
pythonw.exe Receiver.py

Keep In Mind

The sender machine and the receiver machine is connected to the same network. Connections

Get Victim IP Address

Windows

  1. Open CMD.
  2. Type ipconfig.
  3. Click Enter.
  4. Under the Wireless LAN adapter Wi-Fi:, there is a IPv4 Address and that is your victim address.

Linux

  1. Open Terminal.
  2. Type ifconfig.
  3. Click Enter.
  4. Under the wlan0, there is a inet and that is your victim address.

For Faster Execution

Use a USB Rubber Ducky to run Receiver.py file using powershell.

cliptrap's People

Contributors

wirebits avatar

Stargazers

Abhishek Modi avatar

Watchers

Kostas Georgiou avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.