{"id":26327319,"url":"https://github.com/islc12/john_automate","last_synced_at":"2025-03-15T20:18:29.716Z","repository":{"id":273264981,"uuid":"919133602","full_name":"Islc12/john_automate","owner":"Islc12","description":"A Python script to streamline password hash cracking with John the Ripper. Supports simultaneous hash files and word lists, automatic hash format handling, CPU multiprocessing, and standard output processing. Includes rockyou word list and configuration script for easy setup. Open source.","archived":false,"fork":false,"pushed_at":"2025-02-25T05:47:35.000Z","size":37913,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-15T20:18:22.462Z","etag":null,"topics":["encryption-decryption","hash","john-the-ripper","password","python-script","rockyou","wordlist"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Islc12.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2025-01-19T19:35:02.000Z","updated_at":"2025-03-02T05:38:37.000Z","dependencies_parsed_at":"2025-01-28T05:22:52.377Z","dependency_job_id":"d44268b0-4f80-42b5-88b0-3b27536f777a","html_url":"https://github.com/Islc12/john_automate","commit_stats":null,"previous_names":["islc12/mk_pce_0r_di3","islc12/john_automate"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Islc12%2Fjohn_automate","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Islc12%2Fjohn_automate/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Islc12%2Fjohn_automate/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Islc12%2Fjohn_automate/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Islc12","download_url":"https://codeload.github.com/Islc12/john_automate/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243785069,"owners_count":20347409,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["encryption-decryption","hash","john-the-ripper","password","python-script","rockyou","wordlist"],"created_at":"2025-03-15T20:18:27.019Z","updated_at":"2025-03-15T20:18:29.710Z","avatar_url":"https://github.com/Islc12.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"### John the Ripper formatting automation script\n\n-------------------------------------------------------------------------------------------------------------------------------------------\n\n### Disclaimer\n\nThis project includes the `rockyou.txt` wordlist for use with John the Ripper for educational and security testing purposes only.\nUnauthorized use of this script or the wordlist to attack systems without permission is illegal and unethical. The creator of this\nrepository is not responsible for any misuse of the provided tools. Ensure you have explicit permission from the owner of any system you\nare testing.\n\nBy using this repository, you agree to use it responsibly and comply with all relevant laws and regulations.\n\n-------------------------------------------------------------------------------------------------------------------------------------------\n\nAuthor: Rich Smith\n\nWritten: Dec 2024\n\nContact: richrsmith@proton.me\n\n-------------------------------------------------------------------------------------------------------------------------------------------\n\n### Installation and setup instructions:\n```\n$ git clone https://github.com/Islc12/mk_pce_0r_di3.git\n$ cd mk_pce_0r_di3\n$ chmod u+x config.sh\n$ ./config.sh\n```\n\n### Running the script:\n```\n$ cd mk_pce_0r_di3\n$ ./john_automate.py\n```\n\n-------------------------------------------------------------------------------------------------------------------------------------------\n\n### How to use:\nUsage is fairly simple for this script, you'll be presented with a series of prompts before the script begins to run. The first prompt will\nask about the hash file(s) you wish to use, input one or one hundred, just ensure that files are separated by a space. The second prompt\nwill ask about wordlists and which you'd like to run. Selecting (1) picks the default John the Ripper wordlist and can take quite a long\ntime to run, this is here because John provides us that utility and I don't want to take anything away from the original developers. Choice\n(2) lets us run the gold standard for wordlists, the rockyou word list. Choice (3) allows us to input a custom wordlist, if we select (3)\nthen we're immediately prompted for the input of that wordlist. -NOTE- users have the option to add multiple wordlists in this script, it\nwill check them against the hash file(s) one by one, parsing each time through all available formats. The third and final prompt asks about\nforking the processor. If you know what this part does I doubt I'd have to explain it to you, if you don't know what it does, choose the\ndefault setting and save your system from potentially overheating. After this just sit back and let John the Ripper do its thing. When John\nfinishes running any and all cracked hashes will be shown to standard output. As John already does, cracked hashes are stored in\n~/.john/john.pot in case you need to go back and view them at a later time.\n\nThis script was written as means to automate the formatting process within John the Ripper. John boasts an impressive number of \nformatting options available to the user, however, an issue with this is if the user is attempting to break a large number of hashes\nwith multiple format types within the same (or multiple files) John may not be able to run without specifiying the `--format-\u003cformat type\u003e`\noption. Leaving users to have to go back and manually run the program wasting valuble time and resources. This script allows the user\nto run John the Ripper without having to manually run these various formats against a single or even multiple files. \n\nThe script has also been modified to give the user the ability to input a custom wordlist (or multiple wordlists), use the default \nJohn wordlist, or even just use the industry standard rockyou.txt wordlist.. \n\nAdditionally more functionality has been given the script allowing the user to change the processor fork of John. \nAt this time I have not added checks to that functionality so it is up to the user to know what the maximum for is their \nsystem in capable of if they choose to use the \"custom\" option. Otherwise using the \"high performance\" option will give the script the\npower to determine maximum system capabilities. Likewise if the user choose the utilize the \"low performance\" option this will utilize the\ndefault fork value which is 1. Truth be told there isn't a signficant difference between the default and a fork of 8, in fact it without\nproper cooling I probably wouldn't recommend altering the fork value. \n\nOne key aspect that I did be sure to add to this program is the ability to use \\*nix style globbing. I detest having to type out complex\nnamed directories or files, and like many I'll often mistype these complex names, simply adding globbing was a way for me to keep some\nof my own sanity when typing out long and complex directory/file names.\n\n-------------------------------------------------------------------------------------------------------------------------------------------\n\n### Future Changes:\n-ADD dyanimc formatting option - help for this can be found in the /usr/share/doc/john/DYNAMIC\\_SCRIPTING README file.\n\n-ADD more wordlists to the wordlist selection tab, this will require me to package these custom wordlists with the script.\n\n-ADD dynamic modification to the format list, this will ensure as John the Ripper developers continue to work on the program this \n    script will be capable of keeping the format list up to date without manual modification.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fislc12%2Fjohn_automate","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fislc12%2Fjohn_automate","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fislc12%2Fjohn_automate/lists"}