Skip to content

seekr-osint/seekr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

58c2bd7 · Aug 5, 2024
Apr 20, 2023
Aug 15, 2023
Aug 5, 2024
Jun 3, 2023
May 19, 2023
Aug 17, 2023
Feb 3, 2023
May 5, 2023
May 19, 2023
Aug 5, 2024
Jun 1, 2023
Jun 1, 2023
Jun 3, 2023
Aug 5, 2024
May 19, 2023
Jun 3, 2023
Apr 2, 2023
Apr 6, 2023
Jul 30, 2023
Dec 22, 2022
Aug 5, 2024
Apr 19, 2023
Aug 22, 2023
Aug 19, 2023
Aug 19, 2023
Aug 19, 2023
Aug 5, 2024
Aug 23, 2023
Jan 28, 2023
Apr 2, 2023
Aug 5, 2024
May 4, 2023

Repository files navigation

Seekr Logo

A multi-purpose toolkit for gathering and managing OSINT-Data with a neat web-interface.

GitHub GitHub Workflow Status GitHub repo size GitHub issues GitHub last commit

Introduction

Seekr is a multi-purpose toolkit for gathering and managing OSINT-data with a sleek web interface. Our desktop view enables you to have all of your favourite OSINT tools integrated in one. The backend is written in Go with BadgerDB as database and it offers a wide range of features for data collection, organization, and analysis. Whether you're a researcher, investigator, or just someone looking to gather information, seekr makes it easy to find and manage the data you need. Give it a try and see how it can streamline your OSINT workflow!

Check the wiki for setup guide, API-docs, etc.

Why use seekr over my current tool ?

Seekr combines note taking and OSINT in one application. Seekr can be used alongside your current tools. Seekr is designed with OSINT in mind and optimized for real world usecases.

Key features

  • NO api keys required for all features
  • Desktop interface
  • Database for OSINT targets
  • Integration / adaptation of many popular OSINT-tools (e.g. phoneinfoga)
  • GitHub to email
  • Guide (Enter information you have and get web-tools recommended to help you)
  • Account cards for each person in the database
  • Account discovery intigrating with the account cards
  • Pre defined commonly used fields in the database
  • Themes & Plugins

Warning Seekr is a beta software and still in an early stage of development

Getting Started - Installation

Just a quick warning, unstable builds may contain bugs and are not recommended for production use.

Windows

Download and run the latest exe here

Now open the web interface in your browser of choice.

Windows (unstable)

Make sure to install TypeScript and Go. To install seekr on windows simply run:

git clone https://github.com/seekr-osint/seekr
cd seekr
go generate ./...
tsc --project web
go run main.go

Docker

docker pull ghcr.io/seekr-osint/seekr:latest
docker run -p 8569:8569 ghcr.io/seekr-osint/seekr:latest

Linux (stable)

Download the latest stable binary here

Linux (unstable)

Make sure to install TypeScript and Go. To install seekr on linux simply run:

git clone https://github.com/seekr-osint/seekr
cd seekr
go generate ./...
tsc --project web
go run main.go

Now open the web interface in your browser of choice.

Run on NixOS

Seekr is build with NixOS in mind and therefore supports nix flakes. To run seekr on NixOS run following commands.

nix shell github:seekr-osint/seekr
seekr

Feedback

We would love to hear from you. Tell us about your opinions on seekr. Where do we need to improve?... You can do this by just opening up an issue or maybe even telling others in your blog or somewhere else about your experience.

Contact

You can contact us at seekr-osint@proton.me!

Legal Disclaimer

This tool is intended for legitimate and lawful use only. It is provided for educational and research purposes, and should not be used for any illegal or malicious activities, including doxxing. Doxxing is the practice of researching and broadcasting private or identifying information about an individual, without their consent and can be illegal. The creators and contributors of this tool will not be held responsible for any misuse or damage caused by this tool. By using this tool, you agree to use it only for lawful purposes and to comply with all applicable laws and regulations. It is the responsibility of the user to ensure compliance with all relevant laws and regulations in the jurisdiction in which they operate. Misuse of this tool may result in criminal and/or civil prosecution.

Contact

For legal questions contact us at seekr-osint@proton.me!

Thanks to

Stargazers repo roster for @seekr-osint/seekr