Skip to content

Collection of tools for ingesting security data into the Obsidian.md note-taking system

License

Notifications You must be signed in to change notification settings

benjaminhays/logs2obsidian

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

logs2obsidian

Collection of tools for ingesting security data/logs into the Obsidian.md note-taking system

Formats

Currently Supported

  • Nmap (XML)

In Development

  • Nuclei
  • Nikto

Planned/Future

  • Metasploit
  • HavocC2
  • Feroxbuster/Gobuster
  • Hydra
  • And many more!!!

Usage

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.

Example Nmap Usage

nmap [hosts/cidr] -oX [output_file]  [any other options]

Script Usage

Usage: main.py [nmap_file] (--help)

Screenshots

Graph View

Host View

About

Collection of tools for ingesting security data into the Obsidian.md note-taking system

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages