Collection of tools for ingesting security data/logs into the Obsidian.md note-taking system
- Nmap (XML)
- Nuclei
- Nikto
- Metasploit
- HavocC2
- Feroxbuster/Gobuster
- Hydra
- And many more!!!
In order to utilize this tool, you first need to get a log file in the suitable form for processing. Any file following the standard schema for each tool should be compatible with logs2obsidian. For example, here's the following procedure with Nmap.
nmap [hosts/cidr] -oX [output_file] [any other options]
Usage: main.py [nmap_file] (--help)