Skip to content

momosh1r0/corporate-credentials-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Corporate credential generator

Using

[>] Wordlist Module
usage: wordlist [-h] [-m MODE] [-p PATTERN] [-d DOMAIN] [-o OUTNAME]

Generate a wordlist by pattern

options:
  -h, --help  show this help message and exit
  -m MODE     mode
  -p PATTERN  pattern
  -d DOMAIN   domain
  -o OUTNAME  outname

Examples

Generate a list of users with different patterns (N, AAL, AL, N.L)


python wordlist.py -m user -p AL -d midomain.com -o out-aal.txt
[>] Wordlist Module
[?] Domain can be used with -d domain.com
[?] Valid Options Are N, AL, AAL, N.L
[+] Generating under AL pattern
[+] Adding domain [email protected]
[+] Top3 is [email protected] [email protected] [email protected]
[+] Saving 1300 users into out.txt


About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages