Commit Graph
447 Commits
Author SHA1 Message Date
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
Spoonman1091andGitHub 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 BollingerandGitHub 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 BollingerandGitHub 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 BollingerandGitHub 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
cclaussandGitHub 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
Spoonman1091andGitHub dfdb8c5946 Update hate_crack.py 2018-01-27 14:40:22 -05:00
bandrelandJustin Bollinger 2f02661339 verifies that rockyou.txt is in the passwords folder for prince attack 2018-01-27 13:38:56 -05:00
bandrelandJustin Bollinger c45e1fc266 minor update to readme 2018-01-27 13:38:56 -05:00
bandrelandJustin Bollinger 80b9f4950e replaced submodules 2018-01-27 13:38:56 -05:00
bandrelandJustin Bollinger 243f3e4119 replaced file open method and minor formatting changes 2018-01-27 13:38:56 -05:00
trustedsecandGitHub bb427080c1 Update hate_crack.py 2018-01-27 09:24:01 -05:00
Justin BollingerandGitHub 6146ef5ef7 Update readme.md 2018-01-26 18:47:13 -05:00
Justin BollingerandGitHub ac73f38eb0 Merge pull request #1 from trustedsec/dev
updates for json
2018-01-26 18:44:25 -05:00
Justin BollingerandGitHub 14b6d732d8 Merge branch 'master' into dev 2018-01-26 18:44:06 -05:00
bandrel d4f5eaf062 changed to use json instead of .ini 2018-01-26 18:40:25 -05:00
Larry Spohn 0cefee5aa5 Removed ConfigParser requirement.
Fully Python2/3 compatible.
2018-01-26 18:34:47 -05:00
bandrel 58218a03e5 replaced file open method and minor formatting changes 2018-01-26 18:03:11 -05:00
bandrel 605d084d75 replaced file open method and minor formatting changes 2018-01-26 17:58:22 -05:00
Justin Bollinger 3cdf1fd50d Merge remote-tracking branch 'origin/master' 2018-01-26 17:04:33 -05:00
Justin Bollinger c802994c7c replaced file open method and minor formatting changes 2018-01-26 17:03:56 -05:00
Justin Bollinger 78dfcf5d88 updated EOL characters and removed tabs 2018-01-26 16:32:24 -05:00
Justin Bollinger 9ce783d422 updated EOL characters and removed tabs 2018-01-26 15:23:55 -05:00
Spoonman1091andGitHub 820185f6fb Update readme.md 2018-01-26 14:11:56 -05:00
Spoonman1091andGitHub 96dc104a81 Update readme.md 2018-01-26 14:07:29 -05:00
Justin Bollinger bededd9bd8 Merge branch 'master' of https://github.com/trustedsec/hate_crack 2018-01-26 13:31:31 -05:00
Justin BollingerandGitHub c557880a49 Update readme.md 2018-01-26 13:29:16 -05:00
Justin BollingerandGitHub 09cd172922 Update readme.md 2018-01-26 13:26:27 -05:00
Justin BollingerandGitHub 38dce20d3b Update readme.md 2018-01-26 13:25:46 -05:00
Justin BollingerandGitHub 811283a59e Update readme.md 2018-01-26 13:16:45 -05:00
Justin Bollinger 8913fdc9af Initial Commit 2018-01-26 13:16:33 -05:00
Justin Bollinger bb221069ec Initial Commit 2018-01-26 13:14:00 -05:00
Justin BollingerandGitHub c68d8dbc98 Delete README.md 2018-01-26 12:52:06 -05:00
trustedsecandGitHub 1c907dc4e7 Initial commit 2018-01-26 11:49:16 -05:00