View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0007272 | Kali Linux | New Tool Requests | public | 2021-07-29 20:20 | 2021-08-03 11:25 |
Reporter | Manoh | Assigned To | |||
Priority | normal | Severity | feature | Reproducibility | always |
Status | closed | Resolution | suspended | ||
Summary | 0007272: Make a wordlist tool | ||||
Description | I have developed a shell script to help pentesters to create and maintain the wild wordlists. You may add it to the repository of Kali if you want. But all pentesters needs this type of scripts. https://github.com/mano-h/make-wordlist Looking to hearing from you. Name: Mansour AlShehri | ||||
To help speed up the process of evaluating the tool, please make sure to include the following information (the more information you include, the more beneficial it will for us): [Name] - The name of the tool |
|
[Name] - The name of the tool 'make a wordlist', and the file name is mwl.sh [Version] - What version of the tool should be added? Version number: 1.1, and no git tag assigned [Homepage] - Where can the tool be found online? https://github.com/mano-h/make-wordlist/blob/main/mwl.sh Where to go to get more information? https://github.com/mano-h/make-wordlist/blob/main/README.md [Download] - Where to go to get the tool? either a download page or a link to the latest version https://github.com/mano-h/make-wordlist.git [Author] - Who made the tool? Author: Mansour Abdullah [License] - How is the software distributed? What conditions does it come with? GNU General Public License v3.0 Permissions => Commercial use, modification, distribution, patent use, and private use Limitations => liability, and warranty Conditions => license and copyright notice, state changes, disclose source, and same license [Description] - What is the tool about? What does it do? The script is used to help pentesters to organize and identify the wordlist content. It helps the users with more than 20 functionality such as removing, inserting, and replacing the content. I find the difficulty in finding a bash tool to create and control a targeted wordlist. I found some solutions in embedded tools such as burpsuite, but we like to deal with the terminal as a linux pros. It was so difficult to write this code, the code length exceeded 1000 lines reflecting the difficulty of mixing between the program effectiveness, and the users experience. [Dependencies] - What is needed for the tool to work? The tool is written to work as shell script, it works on bash [Similar tools] - What other tools are out there? https://github.com/LandGrey/pydictor => this tool is in python, advanced text-process, my tool is for shell user, simplified functions and effected with wild wordlists. [Activity] - When did the project start? Is is still actively being deployed? Version one is ready to use, the development process started on 3/6/2021 I spent around two months [How to install] - How do you compile it? [How to use] - What are some basic commands/functions to demonstrate it? Main syntax: \t-f input file name, or path \t-p pattern string \t-o output file \t-h help \t-i show version info \t-d add this script to PATH, for fast access the mode type could be:
*please notice, converting the strings to array of letters makes it possible to control the string from any position(index) regarding the limitation of bash capabilities, and the tool may grow in the future to use AI techniques. I have notified the users about the delay of using statistics key whereas it spends long time with long wordlists, this happen with many tools on Kali such as chrunch and testing tools. The statistics key uses two loops, the inner loops reduced overtime to save the computer power and process time, but the length of the wordlist will overload any try to avoid this. Please notify me about any future requirement and need help. Thanks. |
|
Great start, however, I feel this tool needs to become more mature |
|
Date Modified | Username | Field | Change |
---|---|---|---|
2021-07-29 20:20 | Manoh | New Issue | |
2021-07-30 13:25 | g0tmi1k | Description Updated | |
2021-07-31 00:11 | Gamb1t | Note Added: 0014957 | |
2021-07-31 00:14 | Gamb1t | Assigned To | => g0tmi1k |
2021-07-31 00:14 | Gamb1t | Status | new => assigned |
2021-07-31 01:55 | Manoh | Note Added: 0014959 | |
2021-08-03 11:21 | g0tmi1k | Assigned To | g0tmi1k => |
2021-08-03 11:22 | g0tmi1k | Status | assigned => new |
2021-08-03 11:25 | g0tmi1k | Note Added: 0014962 | |
2021-08-03 11:25 | g0tmi1k | Status | new => closed |
2021-08-03 11:25 | g0tmi1k | Resolution | open => suspended |