PasteME is a pastebin service designed for users who need to quickly copy logs or other system files using a single command.
Since this project is currently neither popular nor well-funded, there are a few limitations:
Since I currently do not have access to systems like Linux or macOS, the commands I prepare for them will be generated by AI.
(Get-Content file | Invoke-WebRequest -Uri "https://originex.tech" -Method Post).Content
(Get-Content file | Invoke-WebRequest -Uri "https://originex.tech" -Method Post -Headers @{"X-TTL"="300"}).Content
Remember to replace the "file" field with your own file, and note that the max expiration time for the paste is 24 hours (86400 s).
curl --data-binary @file https://originex.tech
curl -H "X-TTL: 300" --data-binary @file https://originex.tech
Remember to replace the "file" field with your own file, and note that the max expiration time for the paste is 24 hours (86400 s).
cat file | curl --data-binary @- https://originex.tech
cat file | curl -H "X-TTL: 300" --data-binary @- https://originex.tech
Remember to replace the "file" field with your own file, and note that the maximum expiration time for the paste is 24 hours (86400 s).
cat file | curl --data-binary @- https://originex.tech
cat file | curl -H "X-TTL: 300" --data-binary @- https://originex.tech
Remember to replace the "file" field with your own file, and note that the maximum expiration time for the paste is 24 hours (86400 s).
If you notice any errors or you have any ideas, please message me immediately, preferably via Discord (anik2010), to explain the issue, so I don't mistake you for a scammer!!!
Alternatively, you can send an email to this address: kacper5555544444@gmail.com, but if it ends up in the spam folder, I unfortunately won't see it.
Thanks HackClub/macondo for the motivation to work on projects from my list.
The project is licensed under the GNU GPL v3.