pyosintleak is a library designed for utilizing the osintleak API, facilitating integration and automation of open-source intelligence operations.
Project description
pyosintleak
pyosintleak is a Python library designed to leverage the capabilities of the osintleak API, streamlining the integration and automation of open-source intelligence (OSINT) operations.
Installation
You can install pyosintleak using pip:
pip install pyosintleak
Alternatively, you can clone the repository from GitHub:
git clone https://github.com/osintleak/pyosintleak.git
cd pyosintleak
pip install .
Usage
Command Line Interface (CLI)
pyosintleak also comes with a command line interface (CLI) tool to interact with the API conveniently.
Setting API Key
Before using the CLI tool, you need to set your API key. This key is essential for accessing the osintleak API. You can set or update the API key using the following command:
osintleak --key <your_api_key>
CLI Options
- -q, --query: Set search query (e.g.,
-q osintleak.com
) - -r, --result_id: Fetch recent search by ID (e.g.,
-r <ID>
) - -t, --type: Set search type (e.g.,
-t url
). Default is 'username' - -d, --datasets: Set datasets (e.g.,
-d SL,DB,D2
). Default is '' - --ss, --similar: Enable similar search
- -p, --page: Set page number (e.g.,
-p 1
). Default is 1 - --ps, --page_size: Set page size (e.g.,
-p 20
). Default is 20 - -o, --output: Specify output file (optional)
- -s, --silent: Enable silent mode (optional)
- --key: Change API key (optional)
Example Usage
# Set API key
osintleak --key <your_api_key>
# Perform a search
osintleak -q ahmed
# Fetch recent search results by ID
osintleak -r <result_id> -p 2
# Save output to a file
osintleak -q example.com -t url -o output.txt
Feel free to explore more options and functionalities by checking the help:
osintleak --help
Contributing
If you encounter any issues or have suggestions for improvements, please feel free to contribute by opening an issue or submitting a pull request on GitHub. Your feedback is highly appreciated!
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file pyosintleak-1.0.2.tar.gz
.
File metadata
- Download URL: pyosintleak-1.0.2.tar.gz
- Upload date:
- Size: 6.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.12.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 28dad4ceda8fe8e44a69d18033edd1d56b09151dc4959b1b7525c04e7b0dc20a |
|
MD5 | 03bb902b9caa041f130cab918fb69941 |
|
BLAKE2b-256 | 32e295d9038e68a3cd999436aac36e53c2c7e6a3b9ea1bd3b0faa8ab4b1bf4a9 |
File details
Details for the file pyosintleak-1.0.2-py3-none-any.whl
.
File metadata
- Download URL: pyosintleak-1.0.2-py3-none-any.whl
- Upload date:
- Size: 6.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.12.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2b00b4b6b1d8364d8e856363428f5400f780c26b85f69d0515d5c60355687a15 |
|
MD5 | 9f4abeda1b889cf595e5fbb54ae39469 |
|
BLAKE2b-256 | 4f22b58705fd10534d1a1f67ffd6969655cf6d66d4332cbedf472a1768ec0707 |