Giter Club home page Giter Club logo

crunchie's Introduction

Crunchie

   ____                       _     _      
  / ___|_ __ _   _ _ __   ___| |__ (_) ___ 
 | |   | '__| | | | '_ \ / __| '_ \| |/ _ \
 | |___| |  | |_| | | | | (__| | | | |  __/
  \____|_|   \__,_|_| |_|\___|_| |_|_|\___|
  

Love Brute-forcing? Cool!
Got any wordlist? No?

Crunchie is a tiny impersonation of Crunch, a wordlist-generator for Kali-Linux.

NOTE: Current version uses highly inefficient, randomized algorithm and can over-utilize the CPU. Better use the original generator for any projects.

Usage

Install Lua Interpreter version 5.2

 $sudo apt-get install lua5.2

Clone the repository and execute the generator

 $git clone [email protected]:aniketp41/Crunchie.git crunchie && cd crunchie
 $lua main.lua <word-length> <allowed-characters>

Example

 $lua 3 ab

 Output:
 Wordlist Completed, writing to file 'words.txt'

Check the contents of words.txt

 $cat words.txt
 Words generated for length 3 and characters 'ab'
 abb
 aab
 aba
 baa
 bbb
 aaa
 bab
 bba

crunchie's People

Contributors

aniketp avatar

Watchers

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