
Security News
CISA Kills Off RSS Feeds for KEVs and Cyber Alerts
CISA is discontinuing official RSS support for KEV and cybersecurity alerts, shifting updates to email and social media, disrupting automation workflows.
github.com/thyleader/rss-proxy
note: this was made for Tatsumaki to proxy RSS requests, but in reality it will grab any page and return it so do as you wish ¯\_(ツ)_/¯
A simple webserver in Go that can proxy RSS requests through an easy to use API without sacrificing performance.
It is very simple to setup.
cd
into the folder the repo was cloned togo build
to compile a binary for your operating system./RSS-Proxy
or run it through your favorite process manager like so: pm2 start ./RSS-Proxy
If you grabbed a compiled binary from Thy, you only need to do step 5
After you've completed the above steps, the binary will begin listening on port 80 on the host device. If you need it to listen on a different port, you can easily change that in the main.go
file under the variable port
.
If you're running this on your own PC, type http://localhost
into your browser to verify that it is running.
The main route is /v1/get
(which is poorly named imo but i can't change it now :D)
To use it, send a POST request to that route with the data
{
"URL": "link to rss page"
}
You will also need to set an Authorization
header that is equal to the AUTH
environment variable you set.
The API will then return the RSS document without exposing the caller's IP address
feel free to copy/use this anywhere :D
FAQs
Unknown package
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
CISA is discontinuing official RSS support for KEV and cybersecurity alerts, shifting updates to email and social media, disrupting automation workflows.
Security News
The MCP community is launching an official registry to standardize AI tool discovery and let agents dynamically find and install MCP servers.
Research
Security News
Socket uncovers an npm Trojan stealing crypto wallets and BullX credentials via obfuscated code and Telegram exfiltration.