-
-
Notifications
You must be signed in to change notification settings - Fork 382
Automatically fill in the Curl webhook #152
Copy link
Copy link
Closed
Labels
Description
- We have exploits which use CURL like this https://github.com/bee-san/pyWhat/blob/main/pywhat/Data/regex.json#L137
curl -s -X POST -H \"Content-type: application/json\" -d '{\"text\":\"\"}' \"SLACK_WEBOOK_URL_HERE\"- Where it says
SLACK_WEBOOK_URL_HEREautomatically fill in the webhook (provided because the regex found it)
Reactions are currently unavailable