Skip to content

Commit

Permalink
Bugfixes and improvements
Browse files Browse the repository at this point in the history
Bugfixes:
WordlistGenerator: Loading Markov Chain Files Would crash unexpectedly.
WordlistGenerator: Wordlist Generation had a bug.

Improvements: Added option to WordlistGenerator to either unweight output, or half-weight output.  (Added same option to Wordlist Zombie GUI)
Added --version option to all programs, and updated version in tile of Wordlist Zombie GUI.
  • Loading branch information
PhillyStyle committed Jan 31, 2023
1 parent dbf0982 commit 17a09ab
Show file tree
Hide file tree
Showing 100 changed files with 831 additions and 195 deletions.
Binary file modified .vs/WordlistZombie/DesignTimeBuild/.dtbcache.v2
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified .vs/WordlistZombie/v17/.futdcache.v2
Binary file not shown.
Binary file modified .vs/WordlistZombie/v17/.suo
Binary file not shown.
Binary file modified .vs/WordlistZombie/v17/Browse.VC.db
Binary file not shown.
Binary file modified .vs/WordlistZombie/v17/Solution.VC.db
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
19 changes: 18 additions & 1 deletion MarkovChainThing/MarkovChainThing.cpp
Empty file.
1 change: 1 addition & 0 deletions MarkovChainThing/x64/Debug/MarkovChainThing.log
Empty file.
15 changes: 0 additions & 15 deletions MarkovChainThing/x64/Release/MarkovChainThing.Build.CppClean.log
Binary file not shown.
Binary file not shown.
11 changes: 10 additions & 1 deletion MarkovChainThing/x64/Release/MarkovChainThing.log
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
1 change: 1 addition & 0 deletions MarkovChainThing/x64/Release/_IsIncrementalBuild
Binary file added MarkovChainThing/x64/Release/vc143.pdb
Binary file not shown.
71 changes: 63 additions & 8 deletions Wordlist Zombie GUI/Wordlist Zombie GUI/Form1.Designer.cs
19 changes: 18 additions & 1 deletion Wordlist Zombie GUI/Wordlist Zombie GUI/Form1.cs
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
521 changes: 382 additions & 139 deletions WordlistGenerator/WordlistGenerator.cpp
12 changes: 12 additions & 0 deletions WordlistGenerator/x64/Debug/WordlistGenerator.Build.CppClean.log
11 changes: 11 additions & 0 deletions WordlistGenerator/x64/Debug/WordlistGenerator.exe.recipe
1 change: 1 addition & 0 deletions WordlistGenerator/x64/Debug/WordlistGenerator.log
Empty file.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
12 changes: 0 additions & 12 deletions WordlistGenerator/x64/Release/WordlistGenerator.Build.CppClean.log
Binary file not shown.
Binary file not shown.
20 changes: 19 additions & 1 deletion WordlistGenerator/x64/Release/WordlistGenerator.log
1 change: 1 addition & 0 deletions WordlistGenerator/x64/Release/_IsIncrementalBuild
Binary file added WordlistGenerator/x64/Release/vc143.pdb
Binary file not shown.
19 changes: 18 additions & 1 deletion WordlistMapper/WordlistMapper/WordlistMapper.cpp
Empty file.
1 change: 1 addition & 0 deletions WordlistMapper/WordlistMapper/x64/Debug/WordlistMapper.log
Empty file.
Binary file not shown.
Binary file not shown.
13 changes: 12 additions & 1 deletion WordlistMapper/WordlistMapper/x64/Release/WordlistMapper.log
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added x64/Release/MarkovChainThing.pdb
Binary file not shown.
Binary file added x64/Release/Releasev1.0.1-alpha.7z
Binary file not shown.
18 changes: 18 additions & 0 deletions x64/Release/Wordlist Zombie GUI.runtimeconfig.json
Binary file added x64/Release/WordlistGenerator.pdb
Binary file not shown.
Binary file added x64/Release/WordlistMapper.pdb
Binary file not shown.
12 changes: 12 additions & 0 deletions x64/Release/settings.json

0 comments on commit 17a09ab

Please sign in to comment.