upi-recon-cli

command module
v0.2.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 19, 2022 License: GPL-3.0 Imports: 4 Imported by: 0

README ยถ

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 :

  1. UPI ID and name associated with a mobile number
  2. UPI ID and name associated with a gmail account
  3. 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

  1. Download the binaries for your platform from releases page.
  2. 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
  1. 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 ๐Ÿ”ฅ

Open in Gitpod

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 ๐Ÿ™Œ

follow on Twitter Subscribe on Youtube

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.

Documentation ยถ

Overview ยถ

Copyright ยฉ 2022 Aseem Shrey

Directories ยถ

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL