Commit Graph
188 Commits
Author SHA1 Message Date
rybazandGitHub ea46f765ab Swapped reference equality checks and value equality checks
Ran into an issue with the most recent branch where Python 3.8.10 was erroring out because of "is" and "is not" instead of "==" and "!=" on a couple lines. Nothing crazy, but this fixed it for me.
2022-06-24 14:31:29 -04:00
Spoonman1091andGitHub b08de8624b Merge pull request #43 from i128/patch-5
Create masks_10.hcmask
2022-01-04 14:40:45 -05:00
Spoonman1091andGitHub 977573d166 Merge pull request #42 from i128/patch-3
Create masks_9.hcmask
2022-01-04 14:39:57 -05:00
Spoonman1091andGitHub 5eb4271db0 Merge pull request #41 from i128/patch-2
Create masks_8.hcmask
2022-01-04 14:39:43 -05:00
i128andGitHub 64d07b9d2e Create masks_10.hcmask
Used for cracking randomly generated passwords of 10 characters in length
2021-12-29 09:44:44 -06:00
i128andGitHub bbc3d96796 Create masks_9.hcmask
Used for cracking randomly generated passwords of 9 characters in length
2021-12-29 09:38:50 -06:00
i128andGitHub df94347083 Create masks_8.hcmask
Used for cracking randomly generated password of 8 characters in length
2021-12-29 09:37:13 -06:00
David KennedyandGitHub 91dddc05fe Merge pull request #38 from i128/patch-1
Update wordlist_optimizer.py
2021-06-08 13:28:14 -04:00
i128andGitHub 45e6843c55 Update wordlist_optimizer.py
Updated copy command to allow correct execution outside of the /tmp/splitlen/ folder
2021-01-20 14:58:29 -06:00
Justin BollingerandGitHub 298fae631b Merge pull request #36 from trustedsec/custom_wordlist
Added option to specify wordlist/wordlist directory for quick crack.
2020-01-30 11:11:33 -05:00
bandrel 3cda714c32 Added option to specify wordlist/wordlist directory for quick crack. 2020-01-17 12:33:37 -05:00
Justin BollingerandGitHub f6a8177127 Fixed Broken Bio links 2020-01-17 11:58:17 -05:00
Justin BollingerandGitHub 2f71b04807 Minor bug fix for Python3
Converted print statement to function for Python3 compatibility.
2020-01-17 11:56:36 -05:00
Spoonman1091andGitHub dd13c3c7dc Merge pull request #35 from discoking/master
Added pipal option to the menu
2019-09-27 11:11:49 -04:00
Jeff H 453b8c44cf Hashtype 1000 fix 2019-08-19 12:31:08 -05:00
Jeff H cb103b4e8e Hashtype 1000 fix 2019-08-19 12:08:09 -05:00
Jeff H 2d24180231 Hashtype 1000 fix 2019-08-18 22:23:29 -05:00
Jeff H 07ecd5ee68 Hashtype 1000 fix 2019-08-18 22:15:55 -05:00
Jeff H c5a17af0c5 Hashtype 1000 fix 2019-08-18 22:09:46 -05:00
Jeff H f5a4095935 Hashtype 1000 fix 2019-08-18 22:08:15 -05:00
Jeff H b1be108af3 Hashtype 1000 fix 2019-08-18 21:59:08 -05:00
Jeff H 99187d81c6 Test pipal 2019-08-18 21:22:40 -05:00
Jeff H 7f344410ca Test pipal 2019-08-18 21:19:24 -05:00
Jeff H d03f9a51e2 Combine Files for hashtype 1000 and Unhex passwords 2019-08-18 21:10:26 -05:00
Jeff H 6ce39464f7 Add error checking 2019-08-18 21:06:13 -05:00
Jeff H 73c58b16bf Add error checking 2019-07-31 20:50:09 -05:00
Jeff H 7553baf469 Add error checking 2019-07-31 20:41:16 -05:00
Jeff H 458bc78008 Add Pipal menu 2019-07-28 04:41:07 -05:00
Jeff H 4a520dba1a Add Pipal menu 2019-07-28 04:40:36 -05:00
Jeff H 6ee9521cf6 Add Pipal menu 2019-07-28 04:34:09 -05:00
Jeff H 033b65593e Add Pipal menu 2019-07-28 04:27:02 -05:00
Jeff H 814d1e3785 Add Pipal menu 2019-07-27 21:21:40 -05:00
Jeff H d568c4ea86 Add Pipal menu 2019-07-27 20:49:32 -05:00
Jeff H ea32ce8f99 Add Pipal menu 2019-07-27 20:26:06 -05:00
Jeff H 0fb1add45d Add Pipal menu 2019-07-27 19:53:45 -05:00
Jeff H 2c1a177982 Add Pipal menu 2019-07-27 18:50:45 -05:00
Jeff H 2e632f7d82 Add Pipal menu 2019-07-27 18:41:45 -05:00
Jeff H c855228b21 Add Pipal menu 2019-07-27 18:38:54 -05:00
Jeff H 6606660329 Add Pipal menu 2019-07-27 18:32:25 -05:00
bandrel c401e18397 update UTF-8 to iso-8859-9 for unhexify to excel 2019-02-01 14:25:09 -05:00
bandrel 64beb2f9b1 updated regex for pwdump format checks 2019-01-29 17:29:01 -05:00
bandrel 3b2981916f updated regex for pwdump format checks 2019-01-29 17:09:01 -05:00
bandrel 9f964b26ae Updated readme and version number 2019-01-29 17:04:30 -05:00
bandrel dec9e29a3c Updated regex for pwdump format with data in extra fields
Updated lmhash check to remove case sensitivity
2019-01-29 17:00:58 -05:00
bandrel 6ac8189b48 Moved to iso-8859-9 from UTF-8 for unhexify function.
Less errors when trying to recycle non ASCII passwords
2019-01-29 16:54:06 -05:00
Justin BollingerandGitHub ed93cd7345 Merge pull request #30 from trustedsec/wordlist_optimizer
Added file handling logic to create new folders if needed
2019-01-17 09:22:43 -05:00
bandrel e5d43788c5 Added file handling logic to create new folders if needed 2019-01-02 10:12:10 -05:00
bandrel b32a0b886c moved --remove to config file in tuning setting. 2018-12-14 11:14:46 -05:00
bandrel 27d5f43563 quick fix for unicode errors on recycling 2018-10-30 14:26:44 -04:00
bandrel ea3a4d05f3 removed typo 2018-10-29 19:55:36 -04:00