Add a --list option for option de-abbreviation
Open
@magnumripper is already working on this.
Since May 10, 2015.
enhancement
- Dominant language
- C
- Stars
- 13.6k
- Forks
- 2.6k
- PR merge metrics
- No merged PRs in 30d
Description
Add a --list=argv option that shows **argv but expanded from any abbreviations. If I remember correctly I have already implemented the necessary function (for adding implied options to a session file).
eg.
$ ./john -w:foo -ru bar.txt --list=argv
./john --wordlist:foo --rules bar.txt
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.