Update as of May 28, 2022: As of now, Juspay has stripped the functionality of their API. The tool is currently not functional. This will be addressed in the next release.
Update as of May 22, 2022: The tool has limited functionality at the moment. This will be addressed in the next release. (#22)
upi-recon is a command line tool for UPI payment address discovery and reconnaissance. The project was primarily created for demonstrating the range of correlated information that can be extracted from and along with Unified Payments Interface ("UPI") Virtual Payment Addresses.
The tool has support for several input types which can be used to obtain (and otherwise extrapolate) information associated with UPI virtual payment addresses.
pip install -r requirements.txt
upi-recon.py -p <phone_number>
upi-recon.py -p <phone_number> -t 5
upi-recon.py -v <single_vpa>
upi-recon.py -g <gmail_username>
upi-recon.py -f <vehicle_number>
upi-recon.py -w <word>
Contributions are welcome. Feature wishlist:
- Introduce support for more API providers
- Introduce support for wordlist based address discovery
- Refactor for release as Python module
- Srikanth L (added FASTag and Google support)
- Aseem Shrey (authored Golang port of upi-recon)
- Anant Shrivastava (QoL improvements)
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.