Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/josermorales/osintall

Most OSINT tools require the same input for email search so with this tool you can run multiple tools in parallel with the same email file input.
https://github.com/josermorales/osintall

osint

Last synced: 21 days ago
JSON representation

Most OSINT tools require the same input for email search so with this tool you can run multiple tools in parallel with the same email file input.

Awesome Lists containing this project

README

        

# OSINTall
Most OSINT tools require the same input for email search so with this tool you can run multiple tools in parallel with the same email file input.

## Usage

```bash
usage: osintall.py [-h] --mails MAILS --config CONFIG --commands COMMANDS [COMMANDS ...] [-c] [-o OUTPUT]

options:
-h, --help show this help message and exit
--mails MAILS File to read mails from
--config CONFIG Config file to use
--commands COMMANDS [COMMANDS ...]
Commands to execute
-c, --clean Clean output directory
-o OUTPUT, --output OUTPUT
Output directory
```

## How to add commands

In a .yml file, add a new entry as shown in example.yml

```yaml
command_name: command example to execute --file {{mails}}
```