Jeff Holden
52a8549373
Add two new attack methods to readme file
2018-04-27 23:39:13 -07:00
Jeff Holden
91ab418f0c
Add two new attack methods to readme file
2018-04-27 22:55:00 -07:00
Jeff Holden
4fefd4cc67
Add two new attack methods to readme file
2018-04-27 22:54:38 -07:00
Jeff Holden
292163bb70
Add two new attack methods
2018-04-27 22:21:30 -07:00
Jeff Holden
61527f249a
testing Middle Mask
2018-04-27 17:12:45 -07:00
Jeff Holden
0e449e552a
testing Middle Mask
2018-04-27 17:11:17 -07:00
Jeff Holden
ba3fa73701
testing Middle Mask
2018-04-27 17:07:11 -07:00
Jeff Holden
a63c73f342
testing Middle Mask
2018-04-27 17:06:00 -07:00
Jeff Holden
95b0ecdbbb
testing Middle Mask
2018-04-27 17:05:11 -07:00
Jeff Holden
326dbd755e
testing Middle Mask
2018-04-27 17:02:28 -07:00
Jeff Holden
386275b0de
testing Middle Mask
2018-04-27 16:49:43 -07:00
Jeff Holden
9688f89ec0
testing Middle Mask
2018-04-27 16:48:10 -07:00
Jeff Holden
403d3ab5cc
testing Middle Mask
2018-04-27 16:46:27 -07:00
Jeff Holden
da372d026d
testing Middle Mask
2018-04-27 16:32:50 -07:00
Jeff Holden
3dd37ccb7e
testing Middle Mask
2018-04-27 16:31:27 -07:00
Jeff Holden
3385c524f9
Add debug print
2018-04-27 16:22:42 -07:00
Jeff Holden
4d8dd87ae8
Add debug print
2018-04-27 14:12:52 -07:00
bandrel
12bf18ceb5
Update to readme and file version information
2018-04-27 16:22:48 -04:00
bandrel
505046248e
Update to readme and file version information
2018-04-27 16:22:24 -04:00
bandrel
199235f39c
New feature to include session files for multiple concurrent sessions
2018-04-27 16:17:32 -04:00
bandrel
b3e9399087
spelling error
2018-04-27 15:45:45 -04:00
Jeff Holden
7546dbcf60
Add debug print
2018-04-27 12:40:22 -07:00
Jeff Holden
8ec096cdf7
Add debug print
2018-04-27 12:36:34 -07:00
Jeff Holden
f6abdb7ff9
Add debug print
2018-04-27 12:33:00 -07:00
Jeff Holden
5974b79e6a
Add debug print
2018-04-27 12:31:38 -07:00
Jeff Holden
bd26265e86
Add debug print
2018-04-27 12:30:09 -07:00
Jeff Holden
3ae6e99aeb
Add debug print
2018-04-27 12:27:53 -07:00
Jeff Holden
b36c29cfed
Add debug print
2018-04-27 12:23:33 -07:00
Jeff Holden
1bac6e2306
Add debug print
2018-04-27 12:11:20 -07:00
Jeff Holden
0a330738aa
Add debug print
2018-04-27 12:10:20 -07:00
Jeff Holden
dcbff444ca
Add debug print
2018-04-27 11:55:23 -07:00
Jeff Holden
62af47e779
Add debug print
2018-04-27 11:53:21 -07:00
Jeff Holden
1d0a15f527
Add debug print
2018-04-27 11:46:03 -07:00
Jeff Holden
7cb8681c01
Add debug print
2018-04-27 11:45:15 -07:00
Spoonman1091 and GitHub
438e28beac
Merge pull request #10 from trustedsec/excel_output
...
Excel output
2018-04-27 14:30:58 -04:00
bandrel
467d50f574
updated readme to reflect changes
2018-04-27 14:24:55 -04:00
bandrel
039f11ec19
Introduced new feature to export output from pwdformat output to excel format
2018-04-27 14:22:01 -04:00
Jeff Holden
390785b02d
Add debug print
2018-04-27 10:43:31 -07:00
Jeff Holden
5cceb00aa4
Partal implementation of Holden Combinator Method
2018-04-26 21:50:19 -07:00
Jeff Holden
2df28f28f0
Added discription of the Holden Combinar Attack Method.
2018-04-26 21:48:04 -07:00
Justin Bollinger and GitHub
2d2b7bd449
Merge pull request #9 from trustedsec/bug_fixes
...
Bug fixes for "Dictionary Attack" and "Extra - Good Measure" functions.
2018-04-04 17:57:55 +02:00
spoonman1091
f9cf002a97
Bug fixes for "Dictionary Attack" and "Extra - Good Measure" functions.
2018-04-02 15:52:18 -04:00
Justin Bollinger and GitHub
2798d3833f
Merge pull request #7 from trustedsec/string_formating
...
String formating
2018-02-06 13:16:21 -05:00
bandrel
b15631cf2f
introduction of hex conversion for recycling
2018-02-06 12:55:59 -05:00
Justin Bollinger and GitHub
a90a94cf24
Merge pull request #5 from cclauss/patch-1
...
Reformat levenshtein_print() to avoid Syntax Error
2018-02-06 09:38:22 -05:00
bandrel
02e72f8c8c
minor bug fixed that affected potfile for bruteforce attack
2018-02-06 09:27:47 -05:00
bandrel
7a90baa60f
corrected {tuning} in extensive methodology option
2018-02-06 09:23:08 -05:00
bandrel
bdfdaa30d9
update string formating in usage()
2018-02-05 11:08:18 -05:00
bandrel
ae6698c093
string formatting and bin checks
...
updated string formating to use format()
introduced checks for hashcat binaries in other directories and updates to allow explicit paths to hashcat binary while maintaining backwards compatability
2018-02-03 11:32:44 -05:00
cclauss and GitHub
7778777a0a
Reformat levenshtein_print() to avoid Syntax Error
...
flake8 testing of https://github.com/trustedsec/hate_crack on Python 2.7.14
$ __flake8 . --count --select=E901,E999,F821,F822,F823 --show-source --statistics__
```
./PACK/rulegen.py:235:16: E999 SyntaxError: invalid syntax
else: print
^
1 E999 SyntaxError: invalid syntax
```
2018-02-03 00:47:02 +01:00