AmateursLeague / sneaky-package

A ready-to-deploy Python package designed to 🕵️‍♂️ stealthily integrate files within a machine, ensuring 🛡️ discreet and seamless file operations without detection.
https://amateursleague.github.io/sneaky-package/
GNU General Public License v3.0
19 stars 53 forks source link

Enhancement: add send.py to upload the clipboard on cl1p.net #130

Open tannuiscoding opened 2 hours ago

tannuiscoding commented 2 hours ago

Add feature to upload data to cl1p.net

Description

For now there's only one way to grab the text from cl1p.net. I want to add feature to send copied text and source code to cl1p.net.

Approach to Creating This Feature

For tackling this I'll use

import platform #to check the clipboard 
import urllib.request 

Benefits

It will make the package more sneaky. It will help in stealing data

Social Links / References

Additional Context

Checklist

this-is-yaash commented 2 hours ago

@tannuiscoding Is it possible to interact with https://cl1p.net site and upload the text in there.

Could you please provide a detailed approach on this feature?