GithubHelp home page GithubHelp logo

albertopoljak / firecracker Goto Github PK

View Code? Open in Web Editor NEW
13.0 1.0 2.0 10.11 MB

Generate word list by combining inputted words or by permutaing characters.

License: MIT License

Java 100.00%
word-list permutation brute-force password crack wordlist password-cracker bruteforce-attacks password-wordlist password-dictionaries wordlist-generator password-generator permute generator dictionary

firecracker's Introduction

FireCracker word list generator

Create word list by combining words and permuting characters. Many options avaiable - program is very usefull if you know a part of the password.

Getting Started

Fork/download/copy&paste code in any java IDE and it will work.

Installing

App is still in the making.

Prerequisites

For running app you will need JRE installed:

http://www.oracle.com/technetwork/java/javase/downloads/jre8-downloads-2133155.html

Usage

For extensive usage info read the Wiki

Also usage is detailed explained inside the program by clicking "Help".

License

This project is licensed under the MIT License - see the LICENSE.md file for details

firecracker's People

Contributors

albertopoljak avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

firecracker's Issues

Permutalbe algorithm

Need to write an algorithm that will create all permutations of given words (easy, already done) but it also must include all options like upper case/lower case words etc (hard).
Example:
Input words: one two\u
It would generate:
onetwo
twoone
and also
oneTWO
TWOone

Can't change button background

Dark theme requires dark buttons but they remain white.
Since this is OS dependant it's recommended to use image (icons) as button background.
To-Do : Re-work image so it fits buttons.

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.