DEV Community

Ashmit Sharma
Ashmit Sharma

Posted on

CyberPersona – Open Source Fake Identity Generator for Red Teaming & OSINT

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)