sort
Easy sorting just by clicking on the column header
search
Search to quickly find what you need
browse
Content is categorized, just click on the table of contents
filter
Hide what you don't need
clear
No need to undo all filters, just clear them
Clicking on a table row results in a fancy informational popup giving you additional information about the source repository of the tool or resource.
We are currently supporting GitHub.com, GitLab.com, Bitbucket.org and SourceForge.net.
Thanks to ShieldsIO we generated some badges / shields you can add to your inventoried git repository in your README for example.
You can add the id of your tool to the markdown link , example:
[![Rawsec's CyberSecurity Inventory](https://inventory.raw.pm/img/badges/Rawsec-inventoried-FF5050_flat.svg)](https://inventory.raw.pm/tools.html#Metasploit)
Markdown code (version with logo):
[![Rawsec's CyberSecurity Inventory](https://inventory.raw.pm/img/badges/Rawsec-inventoried-FF5050_flat.svg)](https://inventory.raw.pm/)
Markdown code (version without logo):
[![Rawsec's CyberSecurity Inventory](https://inventory.raw.pm/img/badges/Rawsec-inventoried-FF5050_flat_without_logo.svg)](https://inventory.raw.pm/)
Markdown code (version with logo):
[![Rawsec's CyberSecurity Inventory](https://inventory.raw.pm/img/badges/Rawsec-inventoried-FF5050_flat-square.svg)](https://inventory.raw.pm/)
Markdown code (version without logo):
[![Rawsec's CyberSecurity Inventory](https://inventory.raw.pm/img/badges/Rawsec-inventoried-FF5050_flat-square_without_logo.svg)](https://inventory.raw.pm/)
Markdown code (version with logo):
[![Rawsec's CyberSecurity Inventory](https://inventory.raw.pm/img/badges/Rawsec-inventoried-FF5050_plastic.svg)](https://inventory.raw.pm/)
Markdown code (version without logo):
[![Rawsec's CyberSecurity Inventory](https://inventory.raw.pm/img/badges/Rawsec-inventoried-FF5050_plastic_without_logo.svg)](https://inventory.raw.pm/)
Markdown code (version with logo):
[![Rawsec's CyberSecurity Inventory](https://inventory.raw.pm/img/badges/Rawsec-inventoried-FF5050_for-the-badge.svg)](https://inventory.raw.pm/)
Markdown code (version without logo):
[![Rawsec's CyberSecurity Inventory](https://inventory.raw.pm/img/badges/Rawsec-inventoried-FF5050_for-the-badge_without_logo.svg)](https://inventory.raw.pm/)
Markdown code (version with logo):
[![Rawsec's CyberSecurity Inventory](https://inventory.raw.pm/img/badges/Rawsec-inventoried-FF5050_popout.svg)](https://inventory.raw.pm/)
Markdown code (version without logo):
[![Rawsec's CyberSecurity Inventory](https://inventory.raw.pm/img/badges/Rawsec-inventoried-FF5050_popout_without_logo.svg)](https://inventory.raw.pm/)
Markdown code (version with logo):
[![Rawsec's CyberSecurity Inventory](https://inventory.raw.pm/img/badges/Rawsec-inventoried-FF5050_popout_square.svg)](https://inventory.raw.pm/)
Markdown code (version without logo):
[![Rawsec's CyberSecurity Inventory](https://inventory.raw.pm/img/badges/Rawsec-inventoried-FF5050_popout_square_without_logo.svg)](https://inventory.raw.pm/)
Mini rawsec icon (base64 image):
data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAYAAAAfSC3RAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAC4jAAAuIwF4pT92AAAAB3RJTUUH4QsBERwIK+go2wAAAOlJREFUKM+90jtLA1EQBeBv14CPQrC28y9obWGtKRIRf4CVIgFJ4z/QSqx9lDZC2M7eQrDU2sLSzgfBEMJ6baZYlvgoxANTzNxzzsy9d/hvZLjEOo5Tu32hLG9Bnu9kvV4DRzVNjusc+xiiM1MUj7iqmGZBrMY7mjkecAKDsrzB1g9TnuI1j2QXT1jIimJJlu2Fex19dOrFTST0U0oTqdXaCFKK+MDKV2PcB+k88m5FeBd3HovZcB5gviacqz9tFW84wxTWMIr6AZ6/E8J2dGhEPsShMZ9ZxwircTaNJl5+u1GTWMbin+/qJ9qfO5UF9pleAAAAAElFTkSuQmCC
The static API allow developers to get JSON responses in order to build some external tools.
https://inventory.raw.pm/api/api.json
Target tools by category or individually.
https://inventory.raw.pm/api/ctf_platforms/attack_defense/ctf_platforms/0/0.json
The bot posts a tool or resource per day.
Just follow him to stay tuned and discover new stuff everyday.
Bot's URLs: Twitter/ Source (GitLab)
Search among tools and CTF platforms. Not available for resources and operating systems.
tyki6 made a wrapper around the static API allowing anyone to search and list tools and resources of the inventory from the CLI.
rawsec-cli: documentation - source
Example: list all vulnerability assessment tools:
rawsec-cli list tools vulnerability_assessment
Example: look for any JWT related tool but display only those which are packaged on BlackArch and written in Python:
rawsec-cli search --blackarch --lang python jwt