Skip to main content

Tg: BestAxiron

Project description

Axiron

Axiron is a powerful OSINT-focused Python library that provides high-speed asynchronous username search and email leak detection across hundreds of platforms.

Features

Username Search (OsiAxi) Perform high-speed asynchronous searches across 700+ websites.

Email Leak Checker (EmailAxi) Check whether an email address has appeared in known data breaches.

Installation

Install via pip:

pip install axiron

Usage

Username Scanner

The OsiAxi function performs a high-speed asynchronous search across 700+ sites.

import axiron

results = axiron.OsiAxi("johndoe")

print(f"Total accounts found: {len(results)}")

for account in results:
    print(f"[+] {account['platform']}: {account['link']}")

Email Leak Checker

The EmailAxi function checks if an email has been leaked in known data breaches.

import axiron

leak = axiron.EmailAxi("test@example.com")

if leak["status"] == "leaked":
    print(f"Warning! Found in {leak['count']} breaches.")
    print(f"Sources: {', '.join(leak['sources'])}")
else:
    print("This email appears to be safe.")

License

This project is licensed under the MIT License.

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

axiron-0.0.1.tar.gz (51.2 kB view details)

Uploaded Source

Built Distribution

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

axiron-0.0.1-py3-none-any.whl (50.5 kB view details)

Uploaded Python 3

File details

Details for the file axiron-0.0.1.tar.gz.

File metadata

  • Download URL: axiron-0.0.1.tar.gz
  • Upload date:
  • Size: 51.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.14.3

File hashes

Hashes for axiron-0.0.1.tar.gz
Algorithm Hash digest
SHA256 3c36d7fa1ac2557c617f15a479496cc40562ebe6e8a524732a374d65172f7487
MD5 9feac571acf9d91b487d0698f7b04224
BLAKE2b-256 a8c4c20a9d54342d3b24d20085514decc629976ff6eee8fbd88e01a5070aab03

See more details on using hashes here.

File details

Details for the file axiron-0.0.1-py3-none-any.whl.

File metadata

  • Download URL: axiron-0.0.1-py3-none-any.whl
  • Upload date:
  • Size: 50.5 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.14.3

File hashes

Hashes for axiron-0.0.1-py3-none-any.whl
Algorithm Hash digest
SHA256 3ec20d050d76dc2c97cbe4a96a83c945792317909bc0af04936663edcb8ef776
MD5 ebf19e9ed552ddfa691d286d6fadbc6d
BLAKE2b-256 00b3ad6b82ef35a129140895330ced09cd7e4ed22a09037d374d8f8eeab02d08

See more details on using hashes here.

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