Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Multiple wordlist support #79

Merged
merged 11 commits into from Nov 10, 2019
Merged

Multiple wordlist support #79

merged 11 commits into from Nov 10, 2019

Conversation

joohoi
Copy link
Member

@joohoi joohoi commented Oct 13, 2019

This PR enables usage of multiple wordlists and custom keywords.
The usage example is:

ffuf -u https://example.com/FIRST/SECOND -w "/path/to/wordlist:FIRST" -w "/path/to/second/wordlist:SECOND"

Todo:

  • Change the help text for -w
  • Figure out an output format that works, the current one is ugly

@joohoi joohoi mentioned this pull request Oct 14, 2019
@joohoi joohoi merged commit 5456a37 into master Nov 10, 2019
@BonJarber
Copy link

BonJarber commented Nov 11, 2019

Note the formatting in this usage example appears to be backwards. It should be ffuf -u https://example.com/FIRST/SECOND -w "/path/to/wordlist:FIRST" -w "/path/to/second/wordlist:SECOND"

@joohoi
Copy link
Member Author

joohoi commented Nov 12, 2019

Nice catch @BonJarber ! Thanks for bringing it up. That was due to last minute changes to the UX (in order to support tab completion of file paths for wordlists) and apparently my brain was still in the old mode. I'll fix it right away.

@joohoi joohoi deleted the multiwordlist branch December 30, 2019 11:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants