Skip to content

Commit 8c1454b

Browse files
committed
chore: bump version to 1.4.1.4
1 parent fe6832e commit 8c1454b

4 files changed

Lines changed: 6 additions & 6 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
![User Scanner Logo](https://github.com/user-attachments/assets/49ec8d24-665b-4115-8525-01a8d0ca2ef4)
44
<p align="center">
5-
<img src="https://img.shields.io/badge/Version-1.4.1.3-blueviolet?style=for-the-badge&logo=github" />
5+
<img src="https://img.shields.io/badge/Version-1.4.1.4-blueviolet?style=for-the-badge&logo=github" />
66
<img src="https://img.shields.io/github/issues/kaifcodec/user-scanner?style=for-the-badge&logo=github" />
77
<img src="https://img.shields.io/badge/Tested%20on-Termux-black?style=for-the-badge&logo=termux" />
88
<img src="https://img.shields.io/badge/Tested%20on-Windows-cyan?style=for-the-badge&logo=Windows" />
@@ -19,14 +19,14 @@
1919
---
2020
A powerful **2-in-1 OSINT suite** engineered for deep **Email and Username Intelligence**.
2121

22-
With **295+ total scan vectors**—including **110+ email-integrated sites** and **185+ username platforms**—you can map digital footprints, analyze target behavior, uncover interests, and verify account registrations in seconds.
22+
With **300+ total scan vectors**—including **110+ email-integrated sites** and **190+ username platforms**—you can map digital footprints, analyze target behavior, uncover interests, and verify account registrations in seconds.
2323

2424
The ultimate reconnaissance tool for hunting down targets using just an email or username—now fully integrated with **Hudson Rock** for instant data breach intelligence.
2525

2626

2727
## Features
2828

29-
-**Deep Email & Username OSINT:** Look up email registrations and perform advanced username profiling across 295+ platforms.
29+
-**Deep Email & Username OSINT:** Look up email registrations and perform advanced username profiling across 300+ platforms.
3030
-**Profile Data Extraction:** Goes beyond basic availability checks to scrape and extract rich metadata, account details, and digital footprints from target profiles.
3131
-**Dual-Mode Engine:** Run targeted email campaigns, massive username sweeps, or simultaneous dual-identifier scans.
3232
-**Granular Status Reporting:** Get crystal-clear results (`Registered`/`Available` for emails; `Found`/`Not Found`/`Error` for usernames) backed by precise exception handling.

flake.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
in {
2222
default = pkgs.python312Packages.buildPythonApplication {
2323
pname = "user-scanner";
24-
version = "1.4.1.3";
24+
version = "1.4.1.4";
2525

2626
src = self;
2727

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "flit_core.buildapi"
44

55
[project]
66
name = "user-scanner"
7-
version = "1.4.1.3"
7+
version = "1.4.1.4"
88
description = "Check username availability across multiple popular platforms"
99
readme = "README.md"
1010
license = {file = "LICENSE"}

user_scanner/version.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
"version": "1.4.1.3",
2+
"version": "1.4.1.4",
33
"version_type": "pypi"
44
}

0 commit comments

Comments
 (0)