0.17.5 • Published 1 month ago

@tehw0lf/wordlist-generator v0.17.5

Weekly downloads
-
License
MIT
Repository
github
Last release
1 month ago

WordlistGenerator

This project provides a wordlist generator using the cartesian product to combine custom character sets into a wordlist. It comes with a component and a service.

Installation

Peer Dependencies

The following dependencies are needed:

    @angular/animations
    @angular/cdk
    @angular/common
    @angular/core
    @angular/forms
    @angular/material
    @tehw0lf/mvc

Module

If it's not added already, please run ng add @angular/material prior to adding this module. Run ng add @tehw0lf/wordlist-generator in the workspace root of your angular application.

Usage

The wordlist generator component just needs to be added by its tag:

<wordlist-generator></wordlist-generator>

Theming

The styles of form background, button, input and text can be customized with optional input parameters:

buttonStyle; /* {
    'background-color': '#333333',
    color: '#cc7832'
  }*/

dragStyle; // { color: '#cc7832' }

textStyle; // { color: '#cc7832' }

Development

Serve

Run ng serve for a dev server. Navigate to http://localhost:4200/. The app will automatically reload if you change any of the source files.

Build

Run ng build wordlist-generator to build the project. The build artifacts will be stored in the dist/ directory. Use the --prod flag for a production build (e.g. when building to publish to npm).

Running unit tests

Run ng test to execute the unit tests via Jest.

Contributing

Contributions are welcome, although the library is still in an alpha stage. Feel free to open a PR and I'll have a look!

0.17.5

1 month ago

0.17.1

1 month ago

0.14.1

2 years ago

0.14.3

2 years ago

0.14.4

2 years ago

0.0.13

2 years ago

0.0.12

2 years ago

0.0.11

2 years ago

0.0.10

2 years ago

0.0.9

2 years ago

0.0.8

2 years ago

0.0.7

2 years ago

0.0.6

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago