UPI Recon CLI

A command line tool for reconnaissance using virtual payment address (VPA).
This tool leverages the openness available with the UPI platform to find :
- UPI ID and name associated with a mobile number
- UPI ID and name associated with a gmail account
- UPI ID and name associated with a vehicle registration number. Leveraging UPI id associated with a FASTag.
This project is a golang port of upi-recon by @squeal.
Overview
_ _ _____ _____ _____ _____ _ _____
| | | | __ \_ _| | __ \ / ____| | |_ _|
| | | | |__) || | | |__) |___ ___ ___ _ __ | | | | | |
| | | | ___/ | | | _ // _ \/ __/ _ \| '_ \ | | | | | |
| |__| | | _| |_ | | \ \ __/ (_| (_) | | | | | |____| |____ _| |_
\____/|_| |_____| |_| \_\___|\___\___/|_| |_| \_____|______|_____|
# Author: Aseem Shrey (@aseemshrey)
# URL: https://github.com/LuD1161/upi-recon-cli
# Website : https://aseemshrey.in
# YouTube : https://www.youtube.com/c/HackingSimplifiedAS
Check virtual payment address corresponding to a mobile number, email address and get user's name as well.
Usage:
upi-recon-cli PHONE_NUMBER [flags]
upi-recon-cli [command]
Available Commands:
checkAll Check a particular number against all UPI identifiers.
checkFastag Check FASTag suffixes for vehicle registration number.
checkGpay Check gmail id corresponding to GPay suffixes.
help Help about any command
Flags:
-h, --help help for upi-recon-cli
-t, --threads int No of threads (default 100)
--timeout int Timeout for requests (default 15)
-v, --version version for upi-recon-cli
Use "upi-recon-cli [command] --help" for more information about a command.
Checking a Mobile number for the Owner's name and UPI IDs
./upi-recon-cli <MOBILE_NUMBER_HERE>

Checking a Vehicle Number for the Owner's name and UPI IDs
./upi-recon-cli checkFastag <VEHICLE_NUMBER>

Checking a Gmail ID for the Owner's name and UPI IDs
./upi-recon-cli checkGpay <GMAIL_ID>

Installation
- Download the binaries for your platform from releases page.
- Extract the
tar.gz
file.
You'd find the following file strucuture inside the extracted folder :
.
โโโ LICENSE
โโโ README.md
โโโ data
โย ย โโโ all_suffixes.txt
โย ย โโโ fastag_suffixes.txt
โย ย โโโ gpay_suffixes.txt
โย ย โโโ mobile_suffixes.txt
โโโ upi-recon-cli
1 directory, 7 files
- That's it. You're ready to go ๐๐
Run with Gitpod
Click this button to run your project on Gitpod which comes pre-configured with the go environment you need ๐ฅ

Acknowledgements
- Karan S (@squeal): authored upi-recon
- Srikanth L (@logic): contributed suffix files, introduced support for Google Pay & FASTag addresses
๐ About Me
This is Aseem. I'm a security engineer from India ๐ฎ๐ณ.
I am always curious about learning and building new things. Teaching security stuff through my youtube channel. Ping me up for anything related to security ๐

Disclaimer
Note: Unified Payment Interface ("UPI") Virtual Payment Addresses ("VPAs") do not carry a data security classification by virtue of their usage in practice, and should as such be considered to be public information, similar to how email addresses may be considered to be public information.
This tool allows users to 1) check the existence of UPI payment addresses, and 2) fetch associated information about the account holder, in an automated manner based on provided input. This functionality is already available (however, not in an automated fashion) through most UPI payment applications available on the Android and/or iOS platforms.
This tool is provided "AS IS" without any warranty of any kind, either expressed, implied, or statutory, to the extent permitted by applicable law.