Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/josermorales/osintall
- Owner: JoseRMorales
- License: gpl-3.0
- Created: 2023-11-19T23:22:44.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-03T16:24:13.000Z (11 months ago)
- Last Synced: 2024-11-15T18:21:35.606Z (3 months ago)
- Topics: osint
- Language: Python
- Homepage:
- Size: 18.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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}}
```