Skip to content
KitploitKITPLOIT
أدواتالمدونة
إرسال
أدواتالمدونة
إرسال

أدوات الاختراق واختبار الاختراق والأمن السيبراني لترسانتك الأمنية!

Kitploit هو دليل لأدوات الاختراق والأمن السيبراني واختبار الاختراق. اكتشف آخر تحديثات المشاريع للعثور على الثغرات وتحليل الأنظمة وأتمتة الاختبارات وتعزيز أمنك.

··الخلاصات·اتصال·الخصوصية·© 2026 Kitploit

دليل الأدوات

الفئات

عرض جميع الفئات
Loading categories
WordListGen — مولد قوائم كلمات بسيط جداً بلغة Python لاختبارات التفحيط والتخمين القسري في Python | Kitploit
أدوات/GitHubGitHub/frizb/wordlistgen
كسر كلمات المرورالاختبار العشوائياختبار الاختراق
GitHubfrizb/wordlistgen

WordListGen

مولد قوائم كلمات بسيط جداً بلغة Python لاختبارات التفحيط والتخمين القسري في Python

عرض المستودع
56185منذ 5 سنواتتمت المراجعة من قبل Kitploit

الأكثر شعبية

عرض الكل →

اكتشف الأدوات الأكثر استخدامًا من قبل مجتمعنا.

استكشف جميع الأدوات

تصفح مجموعتنا من الأدوات

عرض جميع الأدوات →
مشاركة

WordListGen

مولد قائمة كلمات بايثون فائق البساطة لاختراق كلمات المرور (Hashcat)!

أعلم ما تفكر به. لماذا إنشاء مولد قائمة كلمات آخر؟ حسنًا، كنت بحاجة إلى شيء بسيط جدًا يمكنني تعديله أثناء العمل للحصول على المولدات الحرفية الدقيقة للمهمة المطلوبة. هذا السكريبت يعمل بكامل وظائفه بذاته، لكنه مصمم ليكون قابلًا للتعديل بسهولة أثناء مسابقات CTF أو اختبارات الاختراق أثناء العمل.

توثيق التعليمات البرمجية بايثون:

root@kitploit:~
> wordlistgen.py -h
WordListGen: 0.2 Updated: June 2, 2019
usage: wordlistgen.py [-h] [-all] [-lower] [-upper] [-leet] [-swap] [-ntlm]
                      [-baseword] [-capitalize] [-orig] [-min MIN] [-max MAX]
                      [-inputfolder file] [-input file] [-output file]

WordListGen - Very Simple Word List Morpher - Creates a list of unique
words for fuzzing / brute forcing

optional arguments:
  -h, --help         show this help message and exit
  -all               Runs all word list morphers
  -lower             Lowercase each word on the input list
  -upper             Uppercase each word on the input list
  -leet              Leetspeak each word on the input list
  -swap              Swap the case of the word list
  -ntlm              Parse an NTLM Hash dump list for plaintext words to use
                     in a wordlist
  -baseword          Base words only (Post-process) Strips any numbers or
                     symbols from the generated word list
  -capitalize        Capitalize the first letter of the word list
  -orig              Include the original word from the word list
  -min MIN           Minimum word size (default: 4)
  -max MAX           Maximum word size (default: 32)
  -inputfolder file  Specify a folder of wordlists to crawl, process and
                     combine
  -input file        Input wordlist (default: wordlist.txt)
  -output file       Output wordlist (default: wordlistout.txt)

مثال الاستخدام والإخراج

root@kitploit:~
> wordlistgen.py -all
WordListGen: 0.2 Updated: June 2, 2019
DONE!
 Wordlist input:	wordlist.txt
 Wordlist output:	wordlistout.txt
تنزيل الأداة