Categories > Exploiting > Roblox >
[ANY?] Webhook Protection
Posted
are there any good webhook protections, i tried vineyard but it wont work, also i have luaguard but it doesn't support free exploits, any other protections that doesnt require any server or host? or just something like vineyard but one that will work
Why u looking here lol
Replied
@Spanksterria, yes, this is some sort of protection, but it takes some time and doesn't bring the best effect either. I'd just recommend doing as you said - making a webserver which will accept requests such as /sendmsg (or similar) which will accept arguments such as ?content, ?title, and any other arguments required for the webhook. The data should be hashed, for the best security of the logged content, multiple times. That's obviously my own opinion, so I don't force anything, your idea is good too.
Cancel
Post
Random quote here...
Replied
@Spanksterria, if someone has your webhook url they can also just completely delete the webhook with the url as well, because then if there is no exception catching on the webhook it will throw and error and crash the application when it try's to send it
Cancel
Post
nltr | Xaml & C# Developer | Former Fluxus Administrator
------------------------------------------------------------------------------------
💜 Developer of Kronos 💜
Senior Dev of Orbit
Replied
I'd recommend using a post request instead so you can send JSON data with the request and read it through your webserver that way, rather than using URL arguments.
Cancel
Post
we are dead
Users viewing this thread:
( Members: 0, Guests: 1, Total: 1 )
Cancel
Post