Skip to content

Instantly share code, notes, and snippets.

@Lerie82
Created June 16, 2018 15:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Lerie82/860ded6abab5f087ade666debd786024 to your computer and use it in GitHub Desktop.
Save Lerie82/860ded6abab5f087ade666debd786024 to your computer and use it in GitHub Desktop.
apt-get -y install newsbeuter
touch /home/$USER/.newsbeuter/urls
{
echo "https://hackaday.com/blog/feed/"
echo "https://krebsonsecurity.com/feed/"
echo "http://feeds.foxnews.com/foxnews/latest"
echo "https://www.exploit-db.com/rss.xml"
echo "https://www.0day.today/rss"
echo "https://news.ycombinator.com/rss"
echo "http://rss.cnn.com/rss/cnn_topstories.rss"
echo "https://www.fbi.gov/feeds/fbi-in-the-news/rss.xml"
echo "https://rss.packetstormsecurity.com"
} > .newsbeuter/urls
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment