Isona / dirble

Fast directory scanning and scraping tool
GNU General Public License v3.0
612 stars 87 forks source link

%ext% support #41

Closed theblackturtle closed 5 years ago

theblackturtle commented 5 years ago

Hi, I see dirble is not supporting %ext%/%EXT%. Many wordlists using this format and replace it with extensions. Ex: admin.%ext% -> admin.php / admin.asp / admin.jsp

uBadRequest commented 5 years ago

I am seeing same problem.

Isona commented 5 years ago

Hi, thanks for the issue and apologies for the delay in replying, I'll look at adding it shortly!

Isona commented 5 years ago

This should now be implemented on the latest branch, you can use the --sub-ext flag to enable the substitution, it will only substitute %EXT% however.

theblackturtle commented 5 years ago

I think It should use lower("%EXT%" because Many wordlists use both %EXT% and %ext%.