Commit Graph

78 Commits

Author SHA1 Message Date
Jeff Holden ea46c1fd3a Merge remote-tracking branch 'remotes/Trusted_SEC/master'
# Conflicts:
#	hate_crack.py
2018-04-28 18:06:08 -07:00
Jeff Holden 4e2dee0133 Merge remote-tracking branch 'remotes/Trusted_SEC/master'
# Conflicts:
#	hate_crack.py
2018-04-28 18:03:40 -07:00
Jeff Holden 913d44d936 Fix readme file 2018-04-28 00:05:57 -07:00
Jeff Holden 206c5d6447 Add two new attack methods to readme file 2018-04-27 23:39:13 -07:00
Jeff Holden 5dbaf94839 Add two new attack methods to readme file 2018-04-27 22:55:00 -07:00
Jeff Holden 3e21c0a66d Add two new attack methods to readme file 2018-04-27 22:54:38 -07:00
Jeff Holden 2d5d1377df Add two new attack methods 2018-04-27 22:21:30 -07:00
Jeff Holden 87f05b5786 testing Middle Mask 2018-04-27 17:12:45 -07:00
Jeff Holden e86f253a06 testing Middle Mask 2018-04-27 17:11:17 -07:00
Jeff Holden 5c0b77cce7 testing Middle Mask 2018-04-27 17:07:11 -07:00
Jeff Holden 7bd151303a testing Middle Mask 2018-04-27 17:06:00 -07:00
Jeff Holden ff5106a014 testing Middle Mask 2018-04-27 17:05:11 -07:00
Jeff Holden ec5f9688f7 testing Middle Mask 2018-04-27 17:02:28 -07:00
Jeff Holden c169dd90e5 testing Middle Mask 2018-04-27 16:49:43 -07:00
Jeff Holden 1d345d448f testing Middle Mask 2018-04-27 16:48:10 -07:00
Jeff Holden c344fa3c2f testing Middle Mask 2018-04-27 16:46:27 -07:00
Jeff Holden ea5e3b70a2 testing Middle Mask 2018-04-27 16:32:50 -07:00
Jeff Holden 4e27c5b323 testing Middle Mask 2018-04-27 16:31:27 -07:00
Jeff Holden 5ac4e80e9a Add debug print 2018-04-27 16:22:42 -07:00
Jeff Holden 4cf0a125ed Add debug print 2018-04-27 14:12:52 -07:00
bandrel 5810130a22 spelling error 2018-04-27 15:45:45 -04:00
Jeff Holden 6a0c4f7b7d Add debug print 2018-04-27 12:40:22 -07:00
Jeff Holden 37dcc1c570 Add debug print 2018-04-27 12:36:34 -07:00
Jeff Holden 5c0c139ad4 Add debug print 2018-04-27 12:33:00 -07:00
Jeff Holden 861a621275 Add debug print 2018-04-27 12:31:38 -07:00
Jeff Holden f40ae2deb4 Add debug print 2018-04-27 12:30:09 -07:00
Jeff Holden cb3eda9f8d Add debug print 2018-04-27 12:27:53 -07:00
Jeff Holden 916e32b228 Add debug print 2018-04-27 12:23:33 -07:00
Jeff Holden 4334c8a526 Add debug print 2018-04-27 12:11:20 -07:00
Jeff Holden d7dbf4be84 Add debug print 2018-04-27 12:10:20 -07:00
Jeff Holden da0e1e6b7c Add debug print 2018-04-27 11:55:23 -07:00
Jeff Holden b596a737e0 Add debug print 2018-04-27 11:53:21 -07:00
Jeff Holden afd146186a Add debug print 2018-04-27 11:46:03 -07:00
Jeff Holden 53ee6eb51a Add debug print 2018-04-27 11:45:15 -07:00
Spoonman1091 92cd7bf243 Merge pull request #10 from trustedsec/excel_output
Excel output
2018-04-27 14:30:58 -04:00
bandrel 21c62ed020 updated readme to reflect changes 2018-04-27 14:24:55 -04:00
bandrel 66ff11113f Introduced new feature to export output from pwdformat output to excel format 2018-04-27 14:22:01 -04:00
Jeff Holden 4060ccc3c0 Add debug print 2018-04-27 10:43:31 -07:00
Jeff Holden ef78418b0d Partal implementation of Holden Combinator Method 2018-04-26 21:50:19 -07:00
Jeff Holden 1198f83bb6 Added discription of the Holden Combinar Attack Method. 2018-04-26 21:48:04 -07:00
Justin Bollinger 9879cea5de 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 048233aad8 Bug fixes for "Dictionary Attack" and "Extra - Good Measure" functions. 2018-04-02 15:52:18 -04:00
Justin Bollinger d1b1417221 Merge pull request #7 from trustedsec/string_formating
String formating
2018-02-06 13:16:21 -05:00
bandrel c27b0e4c79 introduction of hex conversion for recycling 2018-02-06 12:55:59 -05:00
Justin Bollinger b36a36e004 Merge pull request #5 from cclauss/patch-1
Reformat levenshtein_print() to avoid Syntax Error
2018-02-06 09:38:22 -05:00
bandrel b2c30a1dcf minor bug fixed that affected potfile for bruteforce attack 2018-02-06 09:27:47 -05:00
bandrel 1a4c7891f6 corrected {tuning} in extensive methodology option 2018-02-06 09:23:08 -05:00
bandrel 02be4fcdad update string formating in usage() 2018-02-05 11:08:18 -05:00
bandrel 5c3e3690c1 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 02a2fd00d4 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