Skip to content

Commit

Permalink
Alpha Release
Browse files Browse the repository at this point in the history
The Initial, Flat Release of BEWGor is here!
  • Loading branch information
berzerk0 committed May 27, 2017
1 parent 68fc04a commit 9d696c2
Show file tree
Hide file tree
Showing 7 changed files with 154 additions and 137 deletions.
264 changes: 136 additions & 128 deletions BEWGor.py

Large diffs are not rendered by default.

10 changes: 8 additions & 2 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
# Changelog


![Pick Your Knows!](https://raw.githubusercontent.com/berzerk0/BEWGor/master/bewgor_nose.png)

### 26 May 2017
Expand All @@ -9,5 +8,12 @@
* Added Sample File
* Added Better Logo
* Added Added Contribution Guidelines
* Hid Secret Message in repo - “…with a rubber hose.”
* Delayed releasing the code yet again because bugs.
* Made formatting fixes to README.md, as expected
* Made formatting fixes to README.md, as expected


### 27 May 2017
* Ran code through Codacy
* Updated all files before official release
* Changed the term ‘literals’ to ‘term’s because of potential confusion
1 change: 0 additions & 1 deletion Contributing.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,4 @@
6. I'll have a look and seriously consider your changes



[![BEWGor uses the GNU GPL v3](https://www.gnu.org/graphics/gplv3-127x51.png)](https://www.gnu.org/licenses/gpl-3.0.en.html)
1 change: 1 addition & 0 deletions LICENSE.txt
Original file line number Diff line number Diff line change
Expand Up @@ -672,3 +672,4 @@ may consider it more useful to permit linking proprietary applications with
the library. If this is what you want to do, use the GNU Lesser General
Public License instead of this License. But first, please read
<http://www.gnu.org/philosophy/why-not-lgpl.html>.

14 changes: 8 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
# BEWGor - Bull's Eye Wordlist Generator
## *Pick your knows!*
*Pick your knows!*

#### Does your password rely on predictable patterns of accessible info?

__Inspired by and based on [Mebus' CUPP](https://github.com/Mebus/cupp)__

ALPHA RELEASE COMING BEFORE THE END OF MAY 2017

## Under Construction, no code YET - working out the kinks.
ALPHA RELEASED 27 May 2017

![Pick Your Knows!](https://raw.githubusercontent.com/berzerk0/BEWGor/master/bewgor_nose.png)

Expand Down Expand Up @@ -83,7 +81,7 @@ It prompts the user for a lot more specific information, but not have all of CUP
* Includes Support for an arbitrary number of family members and pets
* By using permutations to generate possible passwords, BEWGor can generate huge numbers of passwords
* Create Upper/Lower/Reverse variations of inputted values
* Save raw inputted values to a *Literals* file before variations are generated
* Save raw inputted values to a Terms file before variations are generated
* Set upper and lower limits on output line length
* Check that an inputted Birthday is valid (not in the future, a false leap day, June 32nd, etc.)

Expand Down Expand Up @@ -163,9 +161,13 @@ This may be slimmed down in the future, but why not err on the side of having al
* Pets - breed, age, multiple pets…


#### Ability to Save the Inputted Values - known as ‘literals’ to a Special File
#### Ability to Save the Inputted Values - know as ‘Terms’ to a Special File
This file can be edited outside of the script but can be fed into BEWGor directly, no prompting.

#### Ability to Select Operational Modes With Input Arugments
* Minimum Data Prompts (Don’t ask for optional prompts, one entry per prompt)
* Maximum Data Prompts (Assume all prompts and variations included)
* Maybe more


## Want to Contribute?
Expand Down
1 change: 1 addition & 0 deletions Sample_Output.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ THIS IS THE INFORMATION ENTERED INTO BEWGor TO GET THE OUTPUT BELOW
*This information is entirely fictional and was created for purely demonstrative purposes*
*Any resemblance to actual persons is purely coincidental and unintentional*


Johnathan Doe
Gender Identity: Male
Born: 1 Jan 1980
Expand Down
Binary file modified bewgor_nose.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 9d696c2

Please sign in to comment.