buzzlightyear726 / hackyx

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hackyx

https://hackyx.io

.github/workflows/deploy.yml

Hackyx is a search engine for cybersecurity.

It is built for the community so anyone can add a new content to it.

The aim of this project is to easily find any resource related to IT security like CTF writeup, article or Bug Bounty reports.

How to contribute

If you want to contribute to this project, you can add a new content by creating a pull request.

Add a new content

To add a new content, you have to fill the file to_add.yml in the content folder.

You already have an example in the content folder.

contents:
  - title: "Titre 1"
    description: "Description 1"
    url: "http://url1.com"
    tags: 
      - tag1
      - tag2

Then, a manual review will be done to validate the content. If it's validated, the content will be added to the search engine.

TODO

  • Add a filter by tags
  • Add a filter by type of content
  • Add CI/CD for auto push new content

About


Languages

Language:Python 61.2%Language:JavaScript 34.6%Language:CSS 2.2%Language:HTML 2.0%