Giter Site home page Giter Site logo

wordlist-cleaner's Introduction

#Wordlist Cleaner

This is a simple GUI tool for Windows users to help remove unwanted characters from wordlists.

You can either clean a single wordlist in File Mode or multiple wordlists in Directory Mode.

In File Mode you specify a single wordlist you would like to clean and a single output file you would like to save it to.

In Directory Mode you specify a directory and it will read through every file in that directory cleaning each one and outputting a new cleaned version to your output directory.

Input File
This is where you specify your input wordlist (or input directory for Directory Mode).

Output File
This is where you specify your output wordlist (or output directory for Directory Mode).

Only allow these characters
This option allows you to specify which characters you want to keep from your wordlist. By default only the 95 printable ASCII characters are kept.

When a non-allowed character is found
You can specify whether to throw away the character or throw away the line when a non-allowed character is found.

Remove numerics
This option allows you to remove all numerics (or just numerics of a certain length) from your wordlist.

Replace accented characters
If any characters are found with accents (such as á) you have the option to replace them with their non-accented versions (such as a).

Minimum word length
This option allows you to specify a minimum word length. Any word smaller than this will be discarded. If you select the option "Repeat word until it reaches min length" it will keep repeating short words until they reach your min length. For example if you min length was 8 and your word was "abc" it would be changed to "abcabcabc".

Maximum word length
This option allows you to specify a maximum word length. Any word larger than this will be discarded.

Convert all characters to lowercase
This option allows you to convert all words in your wordlist to lowercase.

Convert all characters to uppercase
This option allows you to convert all words in your wordlist to uppercase.

Trim leading and trailing whitespace
This option allows you to trim all leading and trailing whitespace from every word in your wordlist. This includes spaces and tabs.

Convert all newlines to Unix format
This option allows you to convert all newlines to the Unix (linefeed only) format.

This program was written in Visual Basic 6 which means it should work on any modern version of Windows but just in case you need to download the VB6 runtimes you can do so from here:

https://www.microsoft.com/en-us/download/details.aspx?id=24417

wordlist-cleaner's People

Contributors

wpatoolkit avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.