Skip to content

[TOOL SUGGESTION] Keeptrak #80

@svproton

Description

@svproton

Tool Name & Version
Keeptrak 1.0

Why should this be included? What OSINT category does this tool fall under?
I use this OSINT casemanagement tool all the time to seamlessly organize and timestamp terminal program output. This would be under the productivity category. It works as a nested shell that you can run scans and traces through, organizing and saving output in an obvious file structure.

Installation source
The readme contains installation instructions. It can be installed as a global go program or manually using the following commands:

git clone https://github.com/xenophonsec/keeptrak.git
cd keeptrak
go build
export PATH="$PATH:/path/to/keeptrak"
echo "export PATH=\"\$PATH:/path/to/keeptrak\"" >> ~/.bashrc

obvious changing path/to/keeptrak to the actual path.

Dependencies / Conflicts
It does require go, so go lang must be installed if it isn't already: https://go.dev/doc/install
No known conflicts.

Additional context
You can use it to store terminal output per case. I like using it for scans like sherlock or a phone number scanning program (there are so many), and it stores all of the output without me having to use program flags to specify file outputs and then write down when I did that.
It also allows for storing timestamped notes and storing data like usernames and such, making them as verified or not. I don't use those features as much, but I'm sure others will.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions