• Earn real money by being active: Hello Guest, earn real money by simply being active on the forum — post quality content, get reactions, and help the community. Once you reach the minimum credit amount, you’ll be able to withdraw your balance directly. Learn how it works.

Narthex v1.2 - Modular personalized dictionary generator

Status
Not open for further replies.

itsMe

*KillmeMories*
Staff member
Administrator
Super Moderator
Hacker
Specter
Crawler
Shadow
Joined
Jan 8, 2019
Messages
56,623
Solutions
2
Reputation
32
Reaction score
100,455
Points
2,313
Credits
32,750
‎6 Years of Service‎
 
76%
68747470733a2f2f6d6364696d2e78797a2f70726f6a656374732f6e2f73637265656e732f6e617274686578312e706e67


Narthex (Greek: Νάρθηξ, νάρθηκας) is a modular & 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 & security assessment. The programs make use of Unix text streams for collaboration with each other, according to the Unix philosophy. It is licensed under GPL v3.0. Currently under development!

The tools

    nchance – A capitalization tool that appends the results to the bottom of the dictionary.
    ninc – A incrementation tool that multiplies alphabetical lines and appends an n++ at the end of each line.
    ncom – A combination tool that creates different combinations between the existing lines of the dictionary.
    nrev – A reversing tool, that appends the reserved versions of the lines at the end of the dictionary.
    nleet – A leetifier. Replaces characters with Leet equivalents, such as @ instead of a, or 3 instead of e.
    nclean – A tool for removing passwords that don’t meet your criteria (too short, no special characters, etc.)
    napp – A tool that appends characters or words before or after the lines of the dictionary.
    nwiz – A wizard that asks for the infromation and combines the tools together to create a final dictionary.

Changelog v1.2

    Updated delimiter functionality of ncom and added it to ninc too. Fixed a security vulnerability. Filename can be given as an argument in ncom.

To see this hidden content, you must like this content.
 
Status
Not open for further replies.
Back
Top