Skip to content

pkgforge-security/duplicut

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ℹ️ About

This is a fork of nil0x42/duplicut.

🖳 Installation

Use soar & Run:

!#Lightweight (MUSL) at cost of performance
soar add 'duplicut#github.com.pkgforge-security.duplicut.musl'!#Larger (GLIBC) for max performance
soar add 'duplicut#github.com.pkgforge-security.duplicut.glibc'

🧰 Usage

duplicut --help

Usage: duplicut [OPTION]... [INFILE] -o [OUTFILE]
Remove duplicate lines from INFILE without changing order.

Options:
-o, --outfile <FILE>       Write result to <FILE>
-t, --threads <NUM>        Max threads to use (default max)
-m, --memlimit <VALUE>     Limit max used memory (default max)
-l, --line-max-size <NUM>  Max line size (default 64)
-p, --printable            Filter ascii printable lines
-c, --lowercase            Convert wordlist to lowercase
-C, --uppercase            Convert wordlist to uppercase
-h, --help                 Display this help and exit
-v, --version              Output version information and exit

Example: duplicut wordlist.txt -o new-wordlist.txt

About

Remove duplicates from MASSIVE wordlist, without sorting it [Maintainer=@Azathothas]

Resources

License

Stars

Watchers

Forks

Languages

  • C++ 71.9%
  • C 24.6%
  • Shell 2.2%
  • Other 1.3%