
पासवर्ड स्प्रेइंग के लिए पासवर्ड सूची जनरेटर - पहले से तैयार सामग्री के साथ
पासवर्ड स्प्रेइंग के लिए पासवर्ड सूची जनरेटर - अच्छाइयों से पहले से तैयार
संस्करण 1.7
महीनों, ऋतुओं, वर्षों, खेल टीमों (NFL, NBA, MLB, NHL), खेल स्कोर, "पासवर्ड" और एक निर्दिष्ट आकार के पुनरावृत्त कीस्पेस के क्रमपरिवर्तन उत्पन्न करता है।
सभी क्रमपरिवर्तन सामान्य विशेषताओं के साथ उत्पन्न होते हैं जो जोड़े/जोड़े जाते हैं (जैसे "!" या "#"), या कस्टम विभाजक (जैसे "." या "_")।
सामान्य अक्षर प्रतिस्थापन विकल्प (सभी A को 4/@ में बदलें उदाहरण के लिए)
उपयोगकर्ता अल्पविराम से सीमांकित वर्ण सूचियों का उपयोग करके विशेषताओं और विभाजकों का विस्तार कर सकते हैं।
Spraygen एकल शब्दों या बाहरी शब्दसूचियों को भी स्वीकार करता है जो आपको पहले से प्रदान की गई चीज़ों के अतिरिक्त ट्यून की गई कस्टम शब्दसूचियाँ बनाने की अनुमति देते हैं।
आप crunch, SecLists पर एक फैंसी बैश लूप, या जो भी आपके पास हो, जैसे उपकरणों का उपयोग कर सकते हैं, लेकिन इसमें समय लगता है... यह स्प्रेइंग के लिए बनाया गया है, तो इसे करें!
python3 spraygen.py -h
_
( \_
( \_
( \_
( \_ ___
( Password \ | |
( Spray |คคคคคคคค|___|
( _ / |
( _ / /~~~~~~~~~\
( _ / ( Spray )
(_/ | This |
| |
| Get |
| Creds |
|_________|
Original Art by Alex Chudnovsky (Unaffiliated)
Spraygen tool by 3ndG4me
Version 1.7
usage: spraygen.py [-h] [--year_start YEAR_START] [--year_end YEAR_END] [-s separators] [-a attributes] [-w wordlist] [-n single word] [--mode {all,nosep,noattr,years,plain,letter,quick,custom}]
[--type {all,iterative,sports,nfl,nba,mlb,nhl,months,seasons,password,common,short,custom} [{all,iterative,sports,nfl,nba,mlb,nhl,months,seasons,password,common,short,custom} ...]]
[--iter {ascii,num,spec,asciinum,asciispec,numspec,full}] [--size SIZE] [--min_length MIN_LENGTH] [--max_length MAX_LENGTH] [-o output file] [-p] [--sort {nosort,asc,desc,random}] [-v]
Parse Spray List Arguments.
optional arguments:
-h, --help show this help message and exit
--year_start YEAR_START
starting year for a range of years
--year_end YEAR_END ending year for a range of years
-s separators a comma delimited list of one or more separators
-a attributes a comma delimited list of one or more attributes
-w wordlist path to a custom wordlist
-n single word single custom word to generate a custom wordlist with
--mode {all,nosep,noattr,years,plain,letter,quick,custom}
Mode for list generation. Can be all, no separators, no attributes, only years, plain, letter, quick, or custom (will only use parameters passed into -s or -a).
--type {all,iterative,sports,nfl,nba,mlb,nhl,months,seasons,password,common,short,custom} [{all,iterative,sports,nfl,nba,mlb,nhl,months,seasons,password,common,short,custom} ...]
Type of list to generate. Can be all, iterative, sports, nfl, nba, mlb, nhl, months, seasons, password, common, short, or custom. Choosing 'all' executes all options except for 'iterative' which
must be run manually.
--iter {ascii,num,spec,asciinum,asciispec,numspec,full}
Keyspace mode for iterative list generation. Only works when --type is set to 'iterative'. Can be ascii, num, spec, asciinum, asciispec, numspec, or full. Will generate all permutations of the
selected keyspace with a given length set with the --size parameter.
--size SIZE Length of passwords generated by a set keyspace. Only works when --type is set to 'iterative' and an --iter keyspace mode is set.
--min_length MIN_LENGTH
Minimum length of passwords to include in the list. (Default: 1)
--max_length MAX_LENGTH
Maximum length of passwords to include in the list (Default: 999)
-o output file name of a file to create and write the final output to
-p prints the output line by line as plaintext
--sort {nosort,asc,desc,random}
Sort final output. Sorting methods supported are nosort, asc, desc, random.
-v prints the current version of spraygen and exits
pip3 install -r requirements.txtpython3 spraygen.py -p चलाएँ - यह सभी डिफ़ॉल्ट अंतर्निहित शब्दसूचियों को सभी क्रमपरिवर्तनों के साथ उत्पन्न करेगा और उन्हें स्क्रीन पर प्रिंट करेगा