{"id":13840321,"url":"https://github.com/MichaelDim02/Narthex","last_synced_at":"2025-07-11T07:33:22.804Z","repository":{"id":48476931,"uuid":"384823030","full_name":"MichaelDim02/Narthex","owner":"MichaelDim02","description":"Modular personalized dictionary generator.","archived":false,"fork":false,"pushed_at":"2024-08-15T17:42:09.000Z","size":99,"stargazers_count":192,"open_issues_count":2,"forks_count":21,"subscribers_count":6,"default_branch":"master","last_synced_at":"2024-11-14T17:02:32.529Z","etag":null,"topics":["c","dictionary","dictionary-attack","hacking","password-attack","password-cracking","password-recovery","penetration-testing","penetration-testing-tools","shell","shell-script","unix"],"latest_commit_sha":null,"homepage":"https://mcdim.xyz/projects/n/","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/MichaelDim02.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2021-07-10T23:57:31.000Z","updated_at":"2024-11-14T08:09:42.000Z","dependencies_parsed_at":"2024-10-31T16:04:42.257Z","dependency_job_id":"dfb58211-719f-4cd6-83a2-0d8b44066f5d","html_url":"https://github.com/MichaelDim02/Narthex","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MichaelDim02%2FNarthex","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MichaelDim02%2FNarthex/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MichaelDim02%2FNarthex/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MichaelDim02%2FNarthex/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MichaelDim02","download_url":"https://codeload.github.com/MichaelDim02/Narthex/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":225705364,"owners_count":17511276,"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":["c","dictionary","dictionary-attack","hacking","password-attack","password-cracking","password-recovery","penetration-testing","penetration-testing-tools","shell","shell-script","unix"],"created_at":"2024-08-04T17:00:45.740Z","updated_at":"2024-11-21T09:31:19.468Z","avatar_url":"https://github.com/MichaelDim02.png","language":"C","readme":"# Narthex\n\u003cimg src=\"https://mcdim.xyz/projects/n/narthexblack.png\" alt=\"Narthex logo\" style=\"height: 150px; width:150px;\"/\u003e\n\n\u003cp float=\"left\"\u003e\n\u003cimg src=\"https://img.shields.io/badge/version-1.2.1-blue\"/\u003e\n\u003cimg src=\"https://img.shields.io/badge/language-C-lightgrey\"/\u003e\n\u003cimg src=\"https://img.shields.io/badge/lines%20of%20code-1k-lightgreen\"/\u003e\n\u003cimg src=\"https://img.shields.io/badge/tools-9-green\"/\u003e\n\u003cimg src=\"https://img.shields.io/badge/dependencies-0-green\"/\u003e\n\u003cimg src=\"https://img.shields.io/badge/license-GNU%20GPLv3+-yellow\"/\u003e\n\u003ca href=\"https://inventory.raw.pm/tools.html#Narthex\"/\u003e\u003cimg src=\"https://inventory.raw.pm/img/badges/Rawsec-inventoried-FF5050_flat.svg\"/\u003e\u003c/a\u003e\n\u003ca href=\"https://blackarch.org/tools.html\"/\u003e\u003cimg src=\"https://img.shields.io/badge/BlackArch-included-darkred\"/\u003e\u003c/a\u003e\n\n\u003c/p\u003e\n\nNarthex (Greek: Νάρθηξ, νάρθηκας) is a modular \u0026 minimal dictionary generator for Unix and Unix-like operating system written in C and Shell. It contains autonomous Unix-style programs for the creation of personalised dictionaries that can be used for password recovery \u0026 security assessment. The programs make use of Unix text streams for the collaboration with each other, according to the Unix philosophy. It is licensed under the GPL v3.0.\n\n*I made a video to explain the usage of Narthex:*\nhttps://www.youtube.com/watch?v=U0UmCeLJSkk\u0026t=938s\n(the timestamp is intentional)\n\n## The tools\n+ *nchance*   -  A capitalization tool that appends the results to the bottom of the dictionary.\n+ *ninc*      -  A incrementation tool that multiplies alphabetical lines and appends an n++ at the end of each line.\n+ *ncom*      -  A combination tool that creates different combinations between the existing lines of the dictionary.\n+ *nrev*      -  A reversing tool, that appends the reserved versions of the lines at the end of the dictionary.\n+ *nleet*     -  A leetifier. Replaces characters with Leet equivalents, such as @ instead of a, or 3 instead of e.\n+ *nclean*    -  A tool for removing passwords that don't meet your criteria (too short, no special characters etc.)\n+ *napp*      -  A tool that appends characters or words before or after the lines of the dictionary.\n+ *ngen*      -  A tool that generates permutations of given length \u0026 character set (works, but is under development).\n+ *nwiz*      -  A wizard that asks for the infromation and combines the tools together to create a final dictionary.\n\n## Screenshots\n\u003cp float=\"left\"\u003e\n\u003cimg src=\"https://mcdim.xyz/projects/n/screens/narthex2.png\" alt=\"Narthex logo\" width=50%/\u003e\n\u003cimg src=\"https://mcdim.xyz/projects/n/screens/narthex1.png\" alt=\"Narthex logo\" width=38.8%/\u003e\n\u003c/p\u003e\n\n## Dependencies\n**Narthex has no hard dependencies**, however there are two building dependencies, `GCC` and `Make`, which are both required in order to easily compile and install the binaries, but not to run them.\n\n## Install\nIn order to install, execute the following commands:\n```\n$ git clone https://github.com/MichaelDim02/Narthex.git \u0026\u0026 cd Narthex\n$ sudo make install\n```\n\n## Usage\nFor easy use, there is a wizard program, nwiz, that you can use. Just run\n```\n$ nwiz\n```\nAnd it will ask you for the target's information \u0026 generate the dictionary for you.\n\n## Advanced usage\nIf you want to make full use of Narthex, you can read the manpages of each tool. What they all do, really, is enhance small dictionaries. They are really minimal, and use Unix text streams to read and output data. For example, save a couple keywords into a textfile ```words.txt``` in a different line each, and run the following\n```\n$ cat words.txt | nhance -f | ncom | nleet a:@ | ninc 1 30 \u003e dictionary.txt\n```\nand you'll see the results for yourself. Alterantively, you can try this for a larger and more complicated dictionary:\n```\n$ cat words.txt | nhance -f | ncom -d .- | ninc 1 200 -d .- | nrev | nleet | napp -c '@#$' \u003e dict1.txt\n```\nThe above, with just 4 keywords in `words.txt` (one of which was numerical), generated a wordlist of 2279744 passwords (38MB).\n\nAs demonstrated, much like Unix utilities, the tools of Narthex can be thought of as building blocks, where the user has all the power to connect them in different possible ways to generate the desired list of passwords.\n\n## Donate\n[![paypal](https://mcdim.xyz/media/button_paypal2.png)](https://www.paypal.com/donate/?hosted_button_id=HZXXLD586P5CW)\n\nMore donation options on the website: \u003ca href=\"https://mcdim.xyz/\"/\u003emcdim.xyz\u003c/a\u003e\n","funding_links":["https://www.paypal.com/donate/?hosted_button_id=HZXXLD586P5CW"],"categories":["C"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FMichaelDim02%2FNarthex","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FMichaelDim02%2FNarthex","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FMichaelDim02%2FNarthex/lists"}