cook v2.1.4 releases: customizable wordlist and password generator
COOK
A customizable wordlist and password generator.
USAGE
cook -start admin,root -sep _,- -end secret,critical start:sep:end
cook admin,root:_,-:secret,critical
Predefined Extentions Sets
- Use archive for .rar, .7z, .zip, .tar, .tgz, …
- Use web for .html, .php, .aspx, .js, .jsx, .jsp, …
- Many More…
- Create your own category in cook.yaml
Usage
Using archieve extension set
cook -start admin,root -sep _ -end secret start:sep:archive
cook admin,root:_:archive
Smart file detection
- Set file.txt as param’s value
- Regex input from a file.txt:^apps.*
- File not found means use the filename as value
Regex Input from File
You can specify file -any raft-large-extensions.txt and can also use regex pattern to extract values like -exp raft-large-extensions.txt:\.asp.*
cook -start admin -exp raft-large-extensions.txt:\.asp.* /:start:exp
cook -exp raft-large-extensions.txt:\.asp.* /:admin:exp
File not found
You can specify file -any raft-large-extensions.txt and can also use regex pattern to extract values like -exp raft-large-extensions.txt:\.asp.*
cook -start admin,root -file file_not_exists.txt start:_:file
cook -file file_not_exists.txt admin,root:_:file
Output
admin_file_not_exists.txt
root_file_not_exists.txt
Changelog v2.1.4
- Fixed Add and Delete
- Fixed Global Method
- Updated Readme
Install
Copyright (c) 2020 giteshnxtlvl