blacklist doesn't seem working
prasgop opened this issue · 6 comments
prasgop commented
CloseC4ll commented
same here
Badi1605 commented
just write the extensions between double-quotes like this: --blacklist "jpg,png,jpeg,gif,woff"
ibrahimisiaka99 commented
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
leorac commented
Confirmed it's still not working in v2.2.4
khaledibnalwalid commented
just use "dot" for the extension --blacklist .jpg,.png,.jpeg,.gif,.woff it will working good