Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Migrate Favicon DB Content #684

Closed
kingthorin opened this issue Dec 13, 2022 · 11 comments · Fixed by #822
Closed

Migrate Favicon DB Content #684

kingthorin opened this issue Dec 13, 2022 · 11 comments · Fixed by #822
Assignees
Labels
documentation Improvements or additions to documentation good first issue Good for newcomers

Comments

@kingthorin
Copy link
Contributor

https://wiki.owasp.org/index.php/OWASP_favicon_database is referenced by https://tryhackme.com/room/contentdiscovery

we should migrate it to the new site.

@kingthorin kingthorin added documentation Improvements or additions to documentation good first issue Good for newcomers labels Dec 13, 2022
@HimanshHK
Copy link

Hello Sir, I am Himanshu. I am interested to work on this. Can you please assign me this.

@kingthorin
Copy link
Contributor Author

It would probably been a good move to implement this as a data file with a template/include. That way maintenance will be easier.

For an example check the api-tools yaml and html in the repo.

@HimanshHK
Copy link

HimanshHK commented Jan 13, 2023 via email

@HimanshHK
Copy link

Sir, I am not getting what's actually the issue here. Can you please explain that and will you please tell me how to run the project?

@kingthorin
Copy link
Contributor Author

kingthorin commented Jan 15, 2023

That was covered in earlier comments. Migrate the content from the old wiki, into a data file and applicable display components (similar to api-tools already in this repo).

Info on local testing can be found here: https://owasp.org/migration/ (toward the bottom of the page).

@kingthorin
Copy link
Contributor Author

@HimanshHK do you still intend to tackle this?

@nikhil25803
Copy link
Contributor

Hey @kingthorin | Can you assign me this?
Would love to work on this

@kingthorin kingthorin assigned nikhil25803 and unassigned HimanshHK Sep 22, 2023
@nikhil25803
Copy link
Contributor

nikhil25803 commented Sep 22, 2023

As read earlier in the comments, referencing from api-tools.yml. On the webpage we have a favicons database such as 6399cc480d494bf1fcd7d16c42b1c11b:penguin.
So what should I name this the respective .yml file I'll create
Eg.

- name: "penguin"
  id: "6399cc480d494bf1fcd7d16c42b1c11b"

Is this good to go?

@kingthorin
Copy link
Contributor Author

kingthorin commented Sep 22, 2023

Maybe include an algorithm field, (those on the old wiki are MD5 I believe), as well as a source field (start with "owasp_wiki" for those? 🤷‍♂️). That way in the future if we have new entries with SHAs or other hashes we can differentiate, and for posterity we also know where things came from.

Also you'll have to create a new template like: https://github.com/OWASP/www-community/blob/08bbc8291cf9b4b40d0df7ad1efd74693b598ec8/_includes/api-tools.html
and a new place for it to be used like: https://github.com/OWASP/www-community/blob/08bbc8291cf9b4b40d0df7ad1efd74693b598ec8/pages/api-security-tools.md?plain=1

@kingthorin
Copy link
Contributor Author

There are some more entries and sources here that you could add as well: https://vulners.com/openvas/OPENVAS:136141256231020108

@nikhil25803
Copy link
Contributor

Understood, will update you soon with the PR :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation good first issue Good for newcomers
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants