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
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
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
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
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3c36d7fa1ac2557c617f15a479496cc40562ebe6e8a524732a374d65172f7487
|
|
| MD5 |
9feac571acf9d91b487d0698f7b04224
|
|
| BLAKE2b-256 |
a8c4c20a9d54342d3b24d20085514decc629976ff6eee8fbd88e01a5070aab03
|
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
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3ec20d050d76dc2c97cbe4a96a83c945792317909bc0af04936663edcb8ef776
|
|
| MD5 |
ebf19e9ed552ddfa691d286d6fadbc6d
|
|
| BLAKE2b-256 |
00b3ad6b82ef35a129140895330ced09cd7e4ed22a09037d374d8f8eeab02d08
|