lc/gau

blacklist doesn't seem working

prasgop opened this issue · 6 comments

gau --blacklist png,jpg,jpeg,gif,woff not working.
ss
Should I do something different? or Is it that the flag does not work when working with a list of domains?

same here

just write the extensions between double-quotes like this: --blacklist "jpg,png,jpeg,gif,woff"

Putting the extensions in double quote did not work
I tried a single quote also but it did not work also
Anybody solved this issue yet?

ph5i commented

I have the same issue. I'm running gau v2.2.3.

This is a simple workaround:
printf example.com | gau | grep -vE "\.ttf|\.woff|\.eot|\.svg|\.png|\.jpg|\.jpeg|\.gif|\.css" | tee gau-out

Confirmed it's still not working in v2.2.4

just use "dot" for the extension --blacklist .jpg,.png,.jpeg,.gif,.woff it will working good