{"id":22379325,"url":"https://github.com/r3li4nt/datafaker","last_synced_at":"2025-10-15T11:30:22.424Z","repository":{"id":199111561,"uuid":"702163000","full_name":"R3LI4NT/DataFaker","owner":"R3LI4NT","description":"Generador de datos falsos.","archived":false,"fork":false,"pushed_at":"2023-10-08T20:46:22.000Z","size":1932,"stargazers_count":8,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-12-04T23:09:35.581Z","etag":null,"topics":["data","datafaker","hacking","kali-linux","pentesting","python"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/R3LI4NT.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2023-10-08T17:17:37.000Z","updated_at":"2024-08-13T15:09:11.000Z","dependencies_parsed_at":null,"dependency_job_id":"4368b2b8-e826-430f-bac5-a82d3b2f34f0","html_url":"https://github.com/R3LI4NT/DataFaker","commit_stats":null,"previous_names":["r3li4nt/datafaker"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/R3LI4NT%2FDataFaker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/R3LI4NT%2FDataFaker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/R3LI4NT%2FDataFaker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/R3LI4NT%2FDataFaker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/R3LI4NT","download_url":"https://codeload.github.com/R3LI4NT/DataFaker/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":236604517,"owners_count":19175850,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["data","datafaker","hacking","kali-linux","pentesting","python"],"created_at":"2024-12-04T23:09:39.056Z","updated_at":"2025-10-15T11:30:16.963Z","avatar_url":"https://github.com/R3LI4NT.png","language":"Python","readme":"![DataFaker](https://github.com/R3LI4NT/DataFaker/assets/75953873/0c7b8399-13c8-4fad-8d12-6817c1031ca9)\n\nDataFaker es un script que utiliza la librería de \u003ca href=\"https://faker.readthedocs.io/en/master/\"\u003e**Faker**\u003c/a\u003e para generar información falsa a partir de la región especificada. Es capaz de generar direcciones de correo, números telefónicos, nombres, empleos de trabajos, número de pasaporte, direcciones geográficas, y URLs falsas. \n\n![regions](https://github.com/R3LI4NT/DataFaker/assets/75953873/c69a4e2c-3652-4da7-b6ac-9bd1a6368c9c)\n\n#### Instalación:\n\n```\n\u003e git clone https://github.com/R3LI4NT/DataFaker\n\u003e cd DataFaker\n\u003e pip3 install -r requirements.txt\n\u003e python3 dataFaker.py --help\n```\n\n## Uso:\n| COMANDO | DESCRIPCION |\n| ------------- | ------------- |\n| -l/--list | Lista de regiones disponibles  |\n| -r/--region  | Region  |\n| -d/--data  | Cantidad de data  |\n| -n/--name  | Generar nombres falsos  |\n| -u/--url  | Generar URL falsas  |\n| -a/--address  | Generar direcciones falsas  |\n| -e/--email  | Generar direcciones de correo falsos  |\n| --phone  | Generar numeros telefonicos falsos  |\n| --passport  | Generar numeros de pasaporte falsos  |\n\n`EJEMPLO:` **Generar 10 nombres falsos (Argentina):**\n\n```\npython3 dataFaker.py -r es_AR --name -d 10\n```\n\n![names](https://github.com/R3LI4NT/DataFaker/assets/75953873/34497972-f9ce-4f41-bdec-b4dbdb977463)\n\n`EJEMPLO:` **Generar direcciones geográficas:**\n\n```\npython3 dataFaker.py -r pt_BR --address -d 15\n```\n\n![address](https://github.com/R3LI4NT/DataFaker/assets/75953873/a307d8ec-94be-4f3e-800d-f5bbae71a46d)\n\n`EJEMPLO:` **Generar URL:**\n\n```\npython3 dataFaker.py -r es_AR --url -d 5\n```\n\n![url](https://github.com/R3LI4NT/DataFaker/assets/75953873/8332c7e5-92c5-4856-9e15-9b4a162b659b)\n\n`EJEMPLO:` **Generar números telefónicos:**\n\n```\npython3 dataFaker.py -r es_AR --phone -d 10\n```\n\n![phone](https://github.com/R3LI4NT/DataFaker/assets/75953873/babcc5a9-e9d6-417c-b3d8-c7372a43da70)\n\n`EJEMPLO:` **Generar empleos de trabajo:**\n\n```\npython3 dataFaker.py -r es_AR --jobs -d 5\n```\n\n![jobs](https://github.com/R3LI4NT/DataFaker/assets/75953873/d9da9a80-668f-42b7-af50-e72b9da29389)\n\n`EJEMPLO:` **Generar direcciones de correo falsos:**\n\n```\npython3 dataFaker.py -r es_AR --email -d 5\n```\n\n![email](https://github.com/R3LI4NT/DataFaker/assets/75953873/90aee0bb-7509-4619-bc58-00433f342438)\n\n`EJEMPLO:` **Generar números de pasaporte falsos:**\n\n```\npython3 dataFaker.py -r es_AR --passport -d 10\n```\n\n![passport](https://github.com/R3LI4NT/DataFaker/assets/75953873/cdc91531-aef8-43f3-bbc9-e252ed3abdcd)\n\n\n\nNo me hago responsable del mal uso que se le pueda dar a esta herramienta, úselo con fines educativos.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fr3li4nt%2Fdatafaker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fr3li4nt%2Fdatafaker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fr3li4nt%2Fdatafaker/lists"}