Skip to content
This repository has been archived by the owner on Oct 28, 2020. It is now read-only.

lksnyder0/rpg

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Introduction

This is a very simple program to generate hashes for bruteforce attackes. The program with take a given character set and a given length and create all possible combinations recursivly. The program is configured from the command line and only requires the openssl libraries.

Installation

Debian/Ubuntu/Mint

Install the libssl-dev package then make && sudo make install inside of the source directory.

Fedora/RedHat/CentOS

Install the openssl-devel package then make && sudo make intall inside of the source directory.

Running

To run the program simple use the rpg command.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages