#intelligence #terminal #user #user-interface #command-line-interface

bin+lib osintui

Open Source Intelligence Terminal User Interface

2 releases

0.1.1 Oct 19, 2022
0.1.0 Sep 29, 2022

#5 in #intelligence

Download history 30/week @ 2024-02-20 29/week @ 2024-02-27

59 downloads per month

MIT license

1MB
2.5K SLoC

osintui

Open Source Intelligence Terminal User Interface

contributors last update stars open issues license

Report Bug · Request Feature



Installation

First, install Rust (using the recommended rustup installation method) and then

cargo install osintui

Configuration

osintui expects a TOML configuration file stored at ~/.osintui/config/config.toml that sets the necessary API tokens for each service. The configuration file will be created for you on first run if one was not found.

[keys]
virustotal = "api_key"
shodan = "api_key"

Hotkeys

Key Description
h Home
/ Input
q Back
s Shodan
v VirusTotal
Move Right
Move Left
Move Up
Move Down

Credits

spotify-tui

The software architecture is almost entirely modeled after spotify-tui. The codebase was invaluable in learning how to cleanly manage complex TUI state and implement generic handling of TUI components.

wtfis

I needed a good first project to learn rust and wtfis was the primary source of inspiration for osintui.

Dependencies

~12–27MB
~424K SLoC