There is not the hidden wiki project with collect links to all resources related with cybersecurity GitHub - notthehiddenwiki/NTHW: Not The Hidden Wiki - The largest repository of links related to cybersecurity
Taks
Gather information about all projects on hackathon.lu to the nthw
1 Like
adulau
2
Awesome idea. I didn’t know about this project repository.
Maybe we could run rssfind to have all the RSS links, make an OPML and that would help to monitor all the projects.
adulau
3
Extracting all URLS
grep -h -R -o -E 'https?://[^"]+' * | sed -e s/\)$//g >urls
Guessing RSS sources
Using rssfind.py from rss-tools
cat urls | parallel 'python3 ../rss-tools/bin/rssfind.py -b -l {}' >rss.sources