CupidCr4wl in Termux – Installation & Usage Commands

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 -y

Install Git and Python.

pkg install git python -y

Clone the CupidCr4wl repository.

git clone https://github.com/OSINTI4L/cupidcr4wl

Move into the CupidCr4wl directory.

cd cupidcr4wl

Install the required Python packages.

pip install -r requirements.txt

Start CupidCr4wl.

python cc.py -h

CupidCr4wl is now installed and ready to use.

How to Use CupidCr4wl in Termux

Display the help menu.

python cc.py -h

Search for a phone number.

python cc.py -p 1234567890

Search multiple phone numbers at once.

python cc.py -p 1234567890,9876543210

Search for a username.

python cc.py -u username

Search multiple usernames at once.

python cc.py -u user1,user2,user3

Export search results to an HTML file.

python cc.py -u username --export-results

Enable debug mode.

python cc.py -u username --debug

Show all username search sources.

python cc.py --username-sites

Show all phone number search sources.

python cc.py --phone-number-sites

Choose the option you want and CupidCr4wl will automatically perform the selected search and display the results directly in the Termux terminal.

SHARE THIS POST: