CupidCr4wl is a simple information gathering tool that searches for publicly available details using usernames and phone numbers. It can be useful for OSINT learning, research, and basic reconnaissance tasks. You can install and use CupidCr4wl in Termux with some simple commands.
Here’s what you can do with CupidCr4wl in Termux:
- Search for usernames.
- Search for phone numbers.
- Export results to an HTML file.
- View supported search sources.
- Perform OSINT and reconnaissance tasks.
- Learn information gathering techniques.
Install CupidCr4wl in Termux
Below are the simple commands to install CupidCr4wl in Termux. Copy and run each command one by one to install the tool.
Update Termux packages.
pkg update && pkg upgrade -yInstall Git and Python.
pkg install git python -yClone the CupidCr4wl repository.
git clone https://github.com/OSINTI4L/cupidcr4wlMove into the CupidCr4wl directory.
cd cupidcr4wlInstall the required Python packages.
pip install -r requirements.txtStart CupidCr4wl.
python cc.py -hCupidCr4wl is now installed and ready to use.
How to Use CupidCr4wl in Termux
Display the help menu.
python cc.py -hSearch for a phone number.
python cc.py -p 1234567890Search multiple phone numbers at once.
python cc.py -p 1234567890,9876543210Search for a username.
python cc.py -u usernameSearch multiple usernames at once.
python cc.py -u user1,user2,user3Export search results to an HTML file.
python cc.py -u username --export-resultsEnable debug mode.
python cc.py -u username --debugShow all username search sources.
python cc.py --username-sitesShow all phone number search sources.
python cc.py --phone-number-sitesChoose the option you want and CupidCr4wl will automatically perform the selected search and display the results directly in the Termux terminal.

