With this tool you can find duplicate words in lines of a text file and display the number of duplicates. And cleans them if needed. Gray Security Team
$ cd Duplicate-Finder
$ pip3 install -r requirements.txt
$ python3 duplicate-finder.py -h
$ python3 duplicate-finder.py -c passlist.txt -f
$ python3 duplicate-finder.py -c passlist.txt -r
To see duplicate words and display their numbers, we have the following command
- -f For Find and Show
- -r For Remove
- -c For Path file