A curated list of security tools and CTF wargame challenges.
Site: https://6fd58c.github.io/Security/
Edit _data/tools.yml and add an entry:
- name: Shodan
url: https://www.shodan.io/
categories: [Search Engine, Server]categories is a list, so a tool can appear in more than one section without duplication.
Edit _data/categories.yml. The order in that file controls the order categories appear on the site. A category with no matching tools is skipped automatically.
Edit _data/challenges.yml.
The page is built by Jekyll on GitHub Pages. The layout lives in _layouts/default.html; the data-driven page is index.html.