Skip to content

quick script for mixing wordlists in a way that maintains order. ([1,2],[3,4],[5,6] -> [1,3,5,2,4,6])

License

Notifications You must be signed in to change notification settings

c3l3si4n/gentleman

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gentleman

quick script for mixing wordlists in a way that maintains order. ([1,2],[3,4],[5,6] -> [1,3,5,2,4,6])

Usage

edit config.list to your set of preferred wordlists, then run the script and fetch the output on output.txt

Config

example of the default config.list file

/usr/share/seclists/Discovery/Web-Content/raft-large-files.txt
/usr/share/seclists/Discovery/Web-Content/raft-large-directories.txt
/usr/share/seclists/Discovery/Web-Content/raft-large-words.txt
/usr/share/seclists/Fuzzing/fuzz-Bo0oM.txt

About

quick script for mixing wordlists in a way that maintains order. ([1,2],[3,4],[5,6] -> [1,3,5,2,4,6])

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages