Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/seekr-osint/seekr

A multi-purpose OSINT toolkit with a neat web-interface.
https://github.com/seekr-osint/seekr

badgerdb email-osint github-osint go-osint-tool golang golang-osint information-gathering open-source-intelligence osint osint-framework osint-tool osint-toolkit osint-tools people-osint social-engineering typescript web-interface

Last synced: about 2 months ago
JSON representation

A multi-purpose OSINT toolkit with a neat web-interface.

Awesome Lists containing this project

README

        


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 desingned 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](https://github.com/seekr-osint/seekr/releases/latest)

Now open [the web interface](http://localhost:8569/web/) in your browser of choice.
### Windows (unstable)
Make sure to install TypeScript and Go.
To install seekr on windows simply run:
```sh
git clone https://github.com/seekr-osint/seekr
cd seekr
go generate ./...
tsc --project web
go run main.go
```
### Docker
```sh
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](https://github.com/seekr-osint/seekr/releases/latest)
### Linux (unstable)
Make sure to install TypeScript and Go.
To install seekr on linux simply run:
```sh
git clone https://github.com/seekr-osint/seekr
cd seekr
go generate ./...
tsc --project web
go run main.go
```
Now open [the web interface](http://localhost:8569/web/) 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.
```sh
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 **[[email protected]](mailto:[email protected])**!

## 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 **[[email protected]](mailto:[email protected])**!
## Thanks to
[![Stargazers repo roster for @seekr-osint/seekr](https://reporoster.com/stars/seekr-osint/seekr)](https://github.com/seekr-osint/seekr/stargazers)

- [WinBox.js](https://github.com/nextapps-de/winbox)
- [FileSaver.js](https://github.com/eligrey/FileSaver.js/)
- [WAU/discord.go](https://github.com/alpkeskin/wau/blob/main/cmd/apps/discord.go)