Hey everyone π
I'm excited to share a small but useful tool I recently built in Python called CyberPersona.
It's a command-line based fake identity generator β perfect for red teamers, OSINT practitioners, or anyone needing realistic test data for forms, social engineering training, or automation scripts.
π What It Does
CyberPersona generates:
- Full fake names (male or female)
- Job title + company (randomized)
- Phone numbers (US format, reserved range)
- Email addresses (realistic-looking)
- Username suggestions
- Date of birth
- Address
- Credit card numbers (β οΈ obviously fake/test-only)
- And it can save output in .txt or .json
Itβs all done locally β nothing is sent online.
π Built With
- π Python
-
faker
library - Packaged using
pyinstaller
as a standalone.exe
- Tested on a clean Windows VM (no Python needed to run)
π¦ Download + Source Code
πΉ GitHub: https://github.com/invaderAs/CyberPersona
πΉ Direct .exe
: CyberPersona v1.0
β Why I Built This
I was learning Python, cybersecurity, and OSINT techniques β and I realized I often needed fake but realistic data for:
- Form testing
- Red team practice
- Identity spoofing scenarios
- Automation tools
So I made this tool open source to help others too.
π¬ Feedback?
Let me know if you:
- Have ideas to improve this
- Want more export formats
- Need help running it
Also, feel free to star the repo β if you find it useful β it means a lot!
Thanks for reading,
~ [invadernews]
Top comments (0)