Conversation
|
Hello! I added this because in the past some users missed endpoints (because webapp routing systems are sensitive to a slash at the end). This wasn't the case many years ago, but now the slash we'll probably find different endpoints. It is true that not every web framework have this behaviour and I open to discussion, but I don't think this a solution. |
|
@maurosoria Maybe create something like |
|
If there is an option to change manually force this behaviour it would be much better. Anyway, I think keeping the current behaviour by default and then what we can do is provide more curated and largest wordlists. |
|
"Providing more curated and larger wordlists" isn't the solution because our default wordlist doesn't even need |
Description
Currently
-fdoes not only append extensions to paths but "/" as well. This unnecessarily generates a huge number of entries, and users can't get rid of this behavior no matter what. So, I decided to remove it, considering that users still can append slash if they want with--suffixes.