From 2bc9d597128ee7ec9b95622f34964e5da68aa84c Mon Sep 17 00:00:00 2001 From: ExtremeUday Date: Fri, 21 Nov 2025 01:44:57 +0530 Subject: Added userenum --- Userenum/README.MD | 65 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 65 insertions(+) create mode 100644 Userenum/README.MD (limited to 'Userenum/README.MD') diff --git a/Userenum/README.MD b/Userenum/README.MD new file mode 100644 index 0000000..beba07b --- /dev/null +++ b/Userenum/README.MD @@ -0,0 +1,65 @@ +# 📄 README.md + +# Username Variation Generator + +A lightweight Python tool to generate common username formats used in AD, Linux, and corporate environments. Useful for enumeration during pentesting or automation. + +--- + +## ✨ Features + +* Accepts **First Last** and **First.Last** formats +* Generates multiple username variations +* Supports custom input/output files +* Removes duplicates automatically + +--- + +## 🚀 Usage + +### Basic + +```bash +python3 gen_user.py -i names.txt +``` + +### Specify output file + +```bash +python3 gen_user.py -i names.txt -o users_final.txt +``` + +### Help + +```bash +python3 gen_user.py -h +``` + +--- + +## 📝 Input Examples + +``` +James Roberts +Sarah.Osvald +``` + +--- + +## 📤 Output Examples + +``` +james.roberts +jroberts +jamesr +james_roberts +jr +``` + +--- + +## 👤 Authors + +PaiN05, Uday + +--- -- cgit v1.2.3