Anon — Random user generator.
To use the Anon script, follow these steps:
-
Clone the repository:
git clone https://github.com/haithamaouati/Anon.git -
Change to the Anon directory:
cd Anon -
Change the file modes
chmod +x anon.sh -
Run the script:
./anon.sh
Usage: ./anon.sh
-n, --number <count> Number of users to generate (default: 1)
-g, --gender <gender> Filter by gender (male|female)
-h, --help Show this help message
Generate random user: ./anon.sh -n 1 -g male
The script requires the following dependencies:
- curl:
pkg install curl - y - jq:
pkg install jq -y
Important
Make sure to install these dependencies before running the script.
- Tested on Termux
Caution
This Tool is only for educational purposes
Warning
We are not responsible for any misuse or damage caused by this program. use this tool at your own risk!
Anon is licensed under WTFPL license.
