
Top Twenty Most Exploited Vulnerabilities in 2021
The number of vulnerabilities in 2021 have dramatically increased so that the technical teams in charge of the patch management find themselves drowning in a myriad of critical and urgent task
todayFebruary 13, 2022
Tools NJ Ouchn
The number of vulnerabilities in 2021 have dramatically increased so that the technical teams in charge of the patch management find themselves drowning in a myriad of critical and urgent task
todayFebruary 13, 2022
Tools NJ Ouchn
The number of vulnerabilities in 2021 have dramatically increased so that the technical teams in charge of the patch management find themselves drowning in a myriad of critical and urgent task
Tools NJ Ouchn todayOctober 8, 2013
This project aims to be a wordlist mutator with hormones, which means that some mutations will be applied to the result of the ones that have been already done, resulting in something like: corporation -> C0rp0r4t10n_2012 This software is usefull when applied to a few words, like company name and/or domain name targeted or the usernames of the system administrators. You must think that the number of wrds resulting of applying all mutations is exponential : a 1 word input would generate an output of 1200 words; a 4 words input would generate an output of 4800 words. The actual mutations supported are: * Case mutations (toUpper, toLower, FirstCharUpper, SwapCase) * T0 l33t mutation * Add Special Char mutation * Append String of a predefined list * Append Date Some mutations are strange, and some of them have no sense applied together, like *_strings and add_year, but is your decision, for that exists the parameters xDDD The mutations "prepend_string" is commented becouse IMHO have no sense xD and is rare find passwords like this but feel free to uncommented it, and don't forget uncomment it in mutator.h too Syntax: mutator [options] wordlist Options: -v, --version Show version information -h, --help Show this help -o, --output [file] File to write the results -f, --file [file]* File from read the words -w, --word [word]* Word to mutate -b, --basic Only "case" and "l33t" mutations -a, --advanced Only advanced mutations -y, --years=[year] No append,prepend year, if a year is specified appendrange between year specified and actual year, you can specified a range as well [year-year] -x, --specials No append specials chars -s, --strings No append,prepend hardcoded strings One of these options -w or -f is required Use Case: $ ./mutator -w company -o company.dic $ for i in $(cat user.dic);do ./mutator -w $i -o $i.dic; done
[button size=medium style=round color=red align=none url=https://bitbucket.org/alone/mutator]Download[/button]
Thanks to @AloneInTheShell (tool’s author) for submission
Written by: NJ Ouchn
Tagged as: Password Cracking, Mutator, Wordlist.
"Passion is needed for any great work, and for the revolution, passion and audacity are required in big doses"
Tools NJ Ouchn / October 8, 2013
LinEnum is a shell script that automates local information gathering tasks on Linux hosts.Over 65 checks are performed, obtaining anything from kernel information to locating possible escalation points such as potentially useful SUID/GUID files and Sudo/rhost mis-configurations etc. Additionally, the [...]
Copyright 2019 Cyber Security Design Concept by QantumThemes.
Post comments (0)