-
-
Notifications
You must be signed in to change notification settings - Fork 4.3k
Description
Describe the bug
Hastebin which was the alternative to pastebin changed their API to require authentication for getting the raw content (see docs). You can't however add the required token as a URL parameter, but instead have to set the header, which makes the challenge unsolvable. (Unless you use something like Burp Suite to capture the request and change the header, which is not meant to be part of the challenge.)
To Reproduce
Steps to reproduce the behaviour:
- Go to hastebin
- Create a script
- Share it
- Replace
/share/with/raw/ - Be disappointed because you get a 401
Expected behaviour
You would expect to just get the raw content.
Screenshots
This is the error message you get when trying to access the raw content

Additional context
Hastebin docs for reference
Links to the hastebin
https://hastebin.com/share/omicituwup.scss
https://hastebin.com/raw/omicituwup.scss (will give you the shown error message)
Hope it helps and that I didn't overlook anything.