Categories > Exploiting > Roblox >

[ANY?] Webhook Protection

Posts: 253

Threads: 52

Joined: Jun, 2020

Reputation: -1

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

  • 0

Why u looking here lol

Posts: 1996

Threads: 198

Joined: Apr, 2021

Reputation: 13

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. 

  • 0

Random quote here...

Posts: 522

Threads: 41

Joined: May, 2020

Reputation: 4

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

  • 0

nltr | Xaml & C# Developer Former Fluxus Administrator
------------------------------------------------------------------------------------
💜 Developer of Kronos ðŸ’œ

Senior Dev of Orbit

Discord

Alternate

stop take my rice

vip

Posts: 711

Threads: 115

Joined: Mar, 2022

Reputation: 36

Replied

@VoidableMethod

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. 

  • 0

we are dead

Users viewing this thread:

( Members: 0, Guests: 1, Total: 1 )