Giter Club home page Giter Club logo

wordlist-rewriter's Introduction

wordlist-rewriter

This command line utility is made to rewrite wordlists based on certain conditions. For example you can only allow numbers from a certain wordlist. Or maybe not allow them. It is mainly intended for those who want to make wordlists with certain criterias from a wordlist that has lines which do not meet those criterias. it's intended for bruteforcing targeted wordlists. I don't know if you can use it for other things.

Dependencies

  • Only python 3. for the python version.
  • Make and gcc if you want to compile the C version (you probably won't have to, there's a compiled binary already).
  • Nothing if you want to try the binary (included with the source code).

Differences

  • The python version is the most bug free and the most tested. It's also the first to get new features and bug fixes. But at the cost of speed.
  • The C file is version is way faster. So in read world scenarios, it is the more useful one.
  • The binary included is just the result of compiling the C file.

(note that this project is for fun and for sharpening my skills buy training. that's all)

Installation

First clone

git clone https://github.com/medanisjbara/wordlist-rewriter

Next cd

cd wordlist-rewriter

Next (For install the python version)

make install_py

Next (For install the C version)

make install_c

Note by default it will installed to ~/.local/bin so make sure your ~/.local/bin folder is in your $PATH environment variable.

Run this command to put your ~/.local/bin folder is in your $PATH environment variable temporary.

export PATH=$PATH:$HOME/.local/bin

Put this line of code in ~/.bashrc file or ~/.zshrc or ~/.profile,etc (depending on your shell) to put your ~/.local/bin folder is in your $PATH environment variable permanent.

Install it to /usr/ (For install the C version)

PREFIX=/usr/ make install_c

Install it to /usr/ (For install the Python version)

PREFIX=/usr/ make install_py

Usage

type rewrite -h for help

To-do

  • Add functionality to the -e flag
  • Emplement memory allocations in the C version for more efficient RAM usage.

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change. Mainly because I would like to learn about why those changes should be made. If there's something you didn't like or you have a suggestion. Please open an issue as it'll help making this command line utility better.(and maybe help it get a bit more popular. I had zero interactions since day one even tho I thought that what I did was cool).

wordlist-rewriter's People

Contributors

exkc avatar medanisjbara 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.