Aller au contenu

FakeDataGen

FakeDataGen est un programme servant à générer rapidement une identité aléatoire.

Installation de Fakedatagen

1. Cloner le répertoire GitHub de FakeDataGen
2. Se placer dans le dossier de FakeDataGen
3. Installer les pré-requis du programme
git clone https://github.com/JoelGMSec/FakeDataGen
cd FakeDataGen
python3 -m pip install -r requirements.txt
4. Lancer le programme avec python et lui donner le nombre de profil à générer
  _____     _        ____        _         ____            
 |  ___|_ _| | _ ___|  _ \  __ _| |_ __ _ / ___| ___ _ __  
 | |_ / _` | |/ / _ \ | | |/ _` | __/ _` | |  _ / _ \ '_ \ 
 |  _| (_| |   <  __/ |_| | (_| | || (_| | |_| |  __/ | | |
 |_|  \__,_|_|\_\___|____/ \__,_|\__\__,_|\____|\___|_| |_|
                                                           
  -------------------- by @JoelGMSec ---------------------
    
usage: FakeDataGen.py [-h] [-n NUMBER] [-b] [-e] [-f FILE] [-z] [-p PASSWORD]

optional arguments:
  -h, --help            show this help message and exit
  -n NUMBER, --number NUMBER
                        The number of records should be created
  -b, --bankdata        Show only bank data (Card, CVV, IBAN..)
  -e, --extended        Show only extended info (City, Phone, SS..)
  -f FILE, --file FILE  File path to save data
  -z, --zip             Compress data to zip file
  -p PASSWORD, --password PASSWORD
                        Password to protect zip file
5. On peut aussi en générer autant que l’on veut et exporter les résultats dans un fichier texte
┌──(root㉿kalivm)-[/home/kali/Bureau/FakeDataGen]
└─# python3 FakeDataGen.py -n 1 -f /home/kali/Bureau/datagen.txt

  _____     _        ____        _         ____            
 |  ___|_ _| | _ ___|  _ \  __ _| |_ __ _ / ___| ___ _ __  
 | |_ / _` | |/ / _ \ | | |/ _` | __/ _` | |  _ / _ \ '_ \ 
 |  _| (_| |   <  __/ |_| | (_| | || (_| | |_| |  __/ | | |
 |_|  \__,_|_|\_\___|____/ \__,_|\__\__,_|\____|\___|_| |_|
         
  -------------------- by @JoelGMSec ---------------------

[+] Data saved successfully!