maurosoria / dirsearch

Web path scanner
11.85k stars 2.3k forks source link

Option to disable extensions when providing a wordlist that already includes them #130

Closed njfox closed 5 years ago

njfox commented 5 years ago

I'm providing a wordlist to dirsearch that already includes the extensions, but dirsearch's -e parameter is still mandatory. Would it be feasible to make -e optional when providing a wordlist?

mazen160 commented 5 years ago

Hi @njfox

The -e parameter takes a value (more of a list of values), and replace it with all entries in a wordlist that contains %EXT%. That should be all of what it does.

You can just pinpoint it to a default value. It should not break anything :)