RITRedteam / ritredteam.github.io

Redteam WIki
https://ritredteam.github.io/
5 stars 0 forks source link

Set up basic format #1

Closed BradHacker closed 2 years ago

BradHacker commented 2 years ago

Set up the basic layout with 2 examples pulled in (nosferatu and Br4vo6ix are the only ones I could think of off the top of my head this early in the morning...)

The proposed folder structure is:

index.md
... other root level pages ...
windows/
  index.md  <-- add a link to your windows tool here
  tool-name/
    index.md <-- basic info about your tool
    ... other pages describing your tool ...
linux/
  ... same as above ...
networking/
  ... same as above ...
cross-platform/
  ... same as above ...
mav8557 commented 2 years ago

Thanks @d3adzo for figuring out Docker.

A details.md file for each tool, that describes how it works with some of the relevant resources could be helpful, especially if it is doing anything especially esoteric. That would be optional but encouraged, so that people in the future can hit the ground running both with how to use a tool and what it is actually doing in reasonably comprehensive detail.

I'm about 50/50 on the layout. It works but I think it could get hard to maintain and follow this way. Seeing cross-platform tools under Linux, Windows, etc would be nice. Duplication is not a good idea - some way to search or have tags for tools would be ideal.

I think a good compromise would be to just have a directory for every tool, and then link to those tool pages from the OS group page.

Something like this:

index.md
tools/
      vishnu/
          index.md
          details.md
      father/
          index.md
          details.md
      nosferatu/
          index.md
          details.md
windows/
      index.md
linux/
      index.md
...

This way what changes often is easier to find and edit, you get a centralized place to see every red team tool, and it's easy to add tools to OS group pages.