Open In App

FakeDataGen – Full Valid Fake Data Generator

Last Updated : 04 Jan, 2022
Improve
Improve
Like Article
Like
Save
Share
Report

FakeDataGen is a free and open-source tool available on GitHub. This tool can be used to create a Full Valid Data Generator. This tool can be used to create fake accounts, emails, name data set which can be used in many attacks such as the men in the middle attack. Using this tool you can find the most common Spanish names with accounts.  You can create data as many as you want. This data can be used to perform various types of attacks such as phishing attacks. This tool is written in python languages, You must have python language installed in your kali Linux operating system in order to use this tool.

Installation

Step 1: Use the following commands to install the from GitHub. Use the second command to move in the directory of the tool.

git clone https://github.com/JoelGMSec/FakeDataGen
cd 
ls

Step 2: Now use the following command to install the requirements of the tool.

pip3 install -r requirements.txt

Step 3: Now use the following command to run the tool.

python3 FakeDataGen.py -h

The tool is running successfully. Now we will see examples to use the tool.

Usage

Example 1: Use the FakeDataGen tool to generate fake data.

python3 FakeDataGen.py -n 10

You can see that the data has been created successfully.

Example 2: Use the FakeDataGen tool to generate fake data.

python3 FakeDataGen.py -n 100

You can see that the data has been created successfully. You can use this tool for education purposing.


Like Article
Suggest improvement
Previous
Next
Share your thoughts in the comments

Similar Reads