Open
Conversation
andreiverse
commented
May 10, 2021
It contains: - VersionNumber (string) - DefaultWordlist (id, int) - Wordlists (Wordlist sequence, custom type needs import)
For now it only has a Path and an ID.
Merged
Vaf configfile base
Removed the version number from the configfile.
Return Type *VafConfigStructure*
Contains *parseWordlist* and *parseVafConfig* function parseWordlist <private>: - parameter type *JsonNode* - returns type *VafWordlist* parseVafConfig <public>: - parameter type *JsonNode* - returns type *VafConfigStructure*
Merged
WIP: Config parser
Owner
Author
|
We should make it so users don't need to provide the ID in the config file and only the path, like this: {
"wordlists": ["/wordlist1", "/wordlist2"]
} |
Collaborator
|
Yes sir! Im working on it. {
"DefaultWordlist": "/usr/wordlists/wordlist1.txt",
"Wordlists": [ "/usr/wordlists/wordlist1.txt", "/usr/wordlists/wordlist2.txt", "/usr/wordlists/wordlist3.txt"]
} |
Owner
Author
If there's only one element in the array, use that by default, otherwise ask for the number like 1-10 |
Collaborator
|
Guess we could do that. More like a number from 0 - length |
Owner
Author
Yup |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
as requested in #7