Skip to main content

Powerful OSINT library for Python

Project description

Mamba Security - Professional OSINT Library

Python Version License PyPI version

Mamba is a powerful, production-ready OSINT (Open Source Intelligence) library for Python. Designed for security professionals, researchers, and developers who need reliable, easy-to-use intelligence gathering tools.

Features

  • Email Intelligence - Breach checking, validation, and variation generation
  • Domain Reconnaissance - WHOIS, DNS records, subdomain enumeration
  • Username Search - Check presence across 12+ platforms
  • Phone Validation - Format validation and carrier detection for multiple countries
  • IP Investigation - Geolocation and reputation checking
  • Production Ready - Rate limiting, caching, retries, and comprehensive error handling

Installation

pip install mamba-security

Basic Usage

from mamba import MambaClient, EmailReputation, DomainIntel

Create client

client = MambaClient()

Email validation

email = EmailReputation(client) result = email.validate_format("user@example.com") print(f"Valid: {result.success}") print(f"MX Records: {result.data['has_mx_records']}")

Domain WHOIS

domain = DomainIntel(client) result = domain.whois_lookup("google.com") print(f"Registrar: {result.data['registrar']}")

Clean up

client.close()

Advanced(API)

from mamba import MambaClient, IPInvestigator

Initialize with API keys

client = MambaClient(api_keys={ "abuseipdb": "your-api-key", "virustotal": "your-vt-key" })

Or set them later

client.set_api_key("abuseipdb", "your-key")

Use IP reputation checking

ip = IPInvestigator(client) result = ip.reputation_check("8.8.8.8")

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

mamba_security-1.0.0.tar.gz (12.7 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

mamba_security-1.0.0-py3-none-any.whl (13.7 kB view details)

Uploaded Python 3

File details

Details for the file mamba_security-1.0.0.tar.gz.

File metadata

  • Download URL: mamba_security-1.0.0.tar.gz
  • Upload date:
  • Size: 12.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for mamba_security-1.0.0.tar.gz
Algorithm Hash digest
SHA256 ff00c6920aee1e71d43d822fd43077b459ebfb520851bd0374feefb1dc724839
MD5 4ce817aad4c6f937d9a1be0c21270ddb
BLAKE2b-256 8e97165fc009f04c3a7435f67343785944da65efa42d0f11ff2ecf160641762a

See more details on using hashes here.

Provenance

The following attestation bundles were made for mamba_security-1.0.0.tar.gz:

Publisher: pypi-publish.yml on CzaxStudio/Mamba

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file mamba_security-1.0.0-py3-none-any.whl.

File metadata

  • Download URL: mamba_security-1.0.0-py3-none-any.whl
  • Upload date:
  • Size: 13.7 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for mamba_security-1.0.0-py3-none-any.whl
Algorithm Hash digest
SHA256 b5b2c0848509d502d2cdce7a6a3fb3f4f3cea5b5edbf4ea19fc5e2af710914ce
MD5 409ef4819a6a4c2e572569690fa2cdd5
BLAKE2b-256 2d129830bb6cfba748b39e49e7c9f68baee04948787e3d220a151e44373bc279

See more details on using hashes here.

Provenance

The following attestation bundles were made for mamba_security-1.0.0-py3-none-any.whl:

Publisher: pypi-publish.yml on CzaxStudio/Mamba

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page