Commit Graph

29 Commits

Author SHA1 Message Date
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
Spoonman1091 f147a60afa Update hate_crack.py 2018-01-27 14:40:22 -05:00
bandrel d7d67ddadd verifies that rockyou.txt is in the passwords folder for prince attack 2018-01-27 13:38:56 -05:00
bandrel 6b10db371f minor update to readme 2018-01-27 13:38:56 -05:00
bandrel f8859e8ad3 replaced submodules 2018-01-27 13:38:56 -05:00
bandrel 4256e03e0a replaced file open method and minor formatting changes 2018-01-27 13:38:56 -05:00
trustedsec ce07f80929 Update hate_crack.py 2018-01-27 09:24:01 -05:00
Justin Bollinger 204c7f49ea Update readme.md 2018-01-26 18:47:13 -05:00
Justin Bollinger b7cad86ff0 Merge pull request #1 from trustedsec/dev
updates for json
2018-01-26 18:44:25 -05:00
Justin Bollinger cd4b67ae0e Merge branch 'master' into dev 2018-01-26 18:44:06 -05:00
bandrel e26a49bb20 changed to use json instead of .ini 2018-01-26 18:40:25 -05:00
Larry Spohn 93ba31ab01 Removed ConfigParser requirement.
Fully Python2/3 compatible.
2018-01-26 18:34:47 -05:00
bandrel fc8c972934 replaced file open method and minor formatting changes 2018-01-26 18:03:11 -05:00
bandrel 7634fcf342 replaced file open method and minor formatting changes 2018-01-26 17:58:22 -05:00
Justin Bollinger 4f4f403fd8 Merge remote-tracking branch 'origin/master' 2018-01-26 17:04:33 -05:00
Justin Bollinger 74f85bc47f replaced file open method and minor formatting changes 2018-01-26 17:03:56 -05:00
Justin Bollinger 9993150a16 updated EOL characters and removed tabs 2018-01-26 16:32:24 -05:00
Justin Bollinger 7c7d904de2 updated EOL characters and removed tabs 2018-01-26 15:23:55 -05:00
Spoonman1091 861f58daaa Update readme.md 2018-01-26 14:11:56 -05:00
Spoonman1091 1799171687 Update readme.md 2018-01-26 14:07:29 -05:00
Justin Bollinger 06905223c6 Merge branch 'master' of https://github.com/trustedsec/hate_crack 2018-01-26 13:31:31 -05:00
Justin Bollinger d8f0968bbc Update readme.md 2018-01-26 13:29:16 -05:00
Justin Bollinger 77e536901d Update readme.md 2018-01-26 13:26:27 -05:00
Justin Bollinger deb1841aaf Update readme.md 2018-01-26 13:25:46 -05:00
Justin Bollinger 6f525fab9d Update readme.md 2018-01-26 13:16:45 -05:00
Justin Bollinger 046e2dd2ca Initial Commit 2018-01-26 13:16:33 -05:00
Justin Bollinger 65ed6604e4 Initial Commit 2018-01-26 13:14:00 -05:00
Justin Bollinger ce3dbf1e2d Delete README.md 2018-01-26 12:52:06 -05:00
trustedsec 89538faf42 Initial commit 2018-01-26 11:49:16 -05:00